@charset "UTF-8";
/* ========================================================================
   Element: Font
 ========================================================================== */
@font-face {
  font-family: "visbybold";
  src: url("/font/visbybold-webfont.woff2") format("woff2"), url("/font/visbybold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "visbyextrabold";
  src: url("/font/visbyextrabold-webfont.woff2") format("woff2"), url("/font/visbyextrabold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "visbyheavy";
  src: url("/font/visbyheavy-webfont.woff2") format("woff2"), url("/font/visbyheavy-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "visbyregular";
  src: url("/font/visbyregular-webfont.woff2") format("woff2"), url("/font/visbyregular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
/* ========================================================================
   Element: Body
 ========================================================================== */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "Catamaran", sans-serif;
  color: #404040;
  scroll-behavior: smooth;
  font-size: 20px;
}

/* ========================================================================
   Element: Font
 ========================================================================== */
h1,
h2,
h3,
h4 {
  font-family: "Catamaran", sans-serif;
  font-weight: 600;
  color: #222;
}

.font__small {
  font-size: 14px;
  line-height: 1.5rem;
}
.font__16 {
  font-size: 16px;
  line-height: 1.5em;
}

.font-color--grey {
  color: #747474;
}

.font__bold {
  font-weight: 600;
}

.font__left {
  text-align: left !important;
}
.font--center {
  text-align: center;
}

/* ========================================================================
   Element: Image
 ========================================================================== */
img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}

.image__rounded {
  border-radius: 10px;
  border: 1px solid #dee2e6;
  box-shadow: 1px 1px 20px rgba(0, 0, 0, 0.3);
}
.image--shadow {
  border: 1px solid #ddd;
  box-shadow: 2px 5px 10px rgba(0, 0, 0, 0.162);
}
.image__gallery--tiga {
  display: inline-grid;
  gap: 20px;
  align-items: center;
}
.image__gallery--tiga img {
  margin: 0 auto !important;
}
.image__gallery--tiga img:first-child {
  grid-column: 1/span 2;
  grid-row: 1;
  width: 100%;
}
.image__gallery--tiga figcaption {
  grid-column: 1/span 2;
  grid-row: 3;
  text-align: center;
}
.image__gallery--empat {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 20px;
  row-gap: 20px;
}
.image__gallery--empat img {
  margin: 0 auto !important;
}
.image__gallery--empat figcaption {
  grid-column: 1/span 2;
  grid-row: 3;
  text-align: center;
}
.image__gallery--dua {
  display: inline-grid;
  gap: 20px;
  align-items: center;
}
.image__gallery--dua img {
  margin: 0 auto !important;
}
.image__gallery--dua figcaption {
  grid-column: 1/span 2;
  grid-row: 2;
  text-align: center;
}
.image__gallery--enam {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
}
.image__gallery--enam figcaption {
  grid-column: 1/span 3;
  grid-row: 3;
  text-align: center;
}

.figure__quote {
  margin: 1.5em 0;
  padding: 2rem 3rem;
  background-color: rgb(248, 249, 250);
  border: 1px solid #dee2e6;
  border-radius: 10px;
  position: relative;
}
.figure__quote svg {
  position: absolute;
  top: -1.5rem;
  left: calc(50% - 2.5rem);
  height: 3rem;
  width: 3rem;
  color: #fff;
  transform: rotate(180deg);
  background-color: #222;
  border-radius: 50%;
}
.figure__quote blockquote {
  padding-top: 30px;
}
.figure__quote__caption {
  color: hsl(0deg, 100%, 32%) !important;
}
.figure__table figcaption {
  text-align: center;
}
.figure__table table {
  margin-bottom: 0;
}
.figure__table-header {
  text-align: center;
  font-weight: bold;
  font-size: 1.2em;
}
.figure--my-20 {
  margin: 20px auto;
}

figcaption {
  font-style: italic;
  font-size: 1rem;
}
figcaption.figcaption__quote {
  color: #222;
  font-weight: 600;
  font-size: 16px;
}
figcaption.figcaption__quote::before {
  content: "— ";
}

.screenshot {
  margin: 20px auto;
  padding: 30px;
  background-color: #404040;
}
.screenshot img {
  border-radius: 10px;
  box-shadow: 2px 5px 10px rgba(0, 0, 0, 0.162);
}
.screenshot figcaption {
  color: #fff !important;
  text-align: center;
}

/* ========================================================================
   Element: Link
 ========================================================================== */
a {
  color: #222;
  text-decoration: none;
}
a:hover {
  color: #222;
}
a:hover mark {
  color: inherit;
}

.absolute-link::after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
}

/* ========================================================================
   Element: List
 ========================================================================== */
ol,
ul {
  padding-left: 1em;
}

ul {
  list-style-type: square;
}

i {
  vertical-align: middle;
  line-height: 1em;
}

.list__group {
  display: grid;
  grid-template-columns: auto auto auto;
  gap: 20px;
}
.list__group li {
  padding: 14px;
  border: 1px solid #dee2e6;
  background-color: rgb(248, 249, 250);
  border-radius: 0.375rem;
  display: flex;
  justify-content: space-between;
  font-size: 1.3rem;
  font-weight: 600;
  transition: all 0.5s ease;
}
.list__group li:hover {
  box-shadow: 2px 5px 10px rgba(0, 0, 0, 0.162);
}
.list__group li span {
  background-color: #222;
  line-height: initial;
  color: #fff;
  border-radius: 50%;
  font-size: 14px;
  height: 35px;
  width: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5px;
}
.list__unstyled {
  list-style-type: none;
  padding-left: 0;
}
.list__inline {
  display: flex;
  list-style-type: none;
}

/* ========================================================================
   Element: Table
 ========================================================================== */
table {
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 1rem;
}

thead {
  background-color: #e9ecef;
}

td,
th {
  border: 1px solid #ddd;
  padding: 8px;
}

/* ========================================================================
   Element: Syntax Highlighter
 ========================================================================== */
.chroma {
  font-size: 14px;
}

code {
  font: 0.7em Consolas, Monaco, "Andale Mono", "DejaVu Sans Mono", monospace !important;
  line-height: 1.5em;
  background-color: rgb(248, 249, 250);
  border-radius: 5px;
  padding: 5px;
  font-size: inherit;
}

.highlight-wrapper {
  display: block;
}

.highlight {
  position: relative;
  z-index: 0;
  padding: 0;
  margin: 10px 0 10px 0;
  border-radius: 4px;
}
.highlight code {
  background-color: inherit;
  border-radius: 0;
}

pre {
  padding: 1rem 2rem;
  border-radius: 10px;
}

pre code {
  white-space: pre;
  font-size: 1rem !important;
}

.copy-code-button {
  position: absolute;
  z-index: 2;
  right: 10px;
  top: 10px;
  font-size: 1rem;
  font-weight: 700;
  line-height: 14px;
  letter-spacing: 0.5px;
  width: 65px;
  color: #fff;
  white-space: nowrap;
  padding: 6px 6px 7px 6px;
  margin: 0 0 0 1px;
  cursor: pointer;
  opacity: 0.6;
  outline: none;
  background-color: inherit;
  border: none;
}
.copy-code-button i {
  font-size: 1.5rem;
}

/* Style for the comment system */
#comment-system {
  border: 1px solid #ccc;
  padding: 10px;
  margin-top: 20px;
}
#comment-system .comment {
  margin-bottom: 10px;
}
#comment-system form {
  margin-top: 20px;
}
#comment-system label {
  display: block;
  margin-bottom: 5px;
}
#comment-system input[type=text],
#comment-system textarea {
  width: 100%;
  padding: 5px;
  margin-bottom: 10px;
}
#comment-system button {
  background-color: #007bff;
  color: #fff;
  padding: 5px 10px;
  border: none;
  cursor: pointer;
}

/* ========================================================================
   Element: position
 ========================================================================== */
.position-relative {
  position: relative;
}

.kbd, kbd {
  font-size: 0.9em;
  padding: 0.0625rem 0.5rem;
  border-radius: 0.125rem;
  border: 1px solid #222;
  box-shadow: 1px 1px #222, 2px 2px #222;
  margin: 0 0.25rem;
  color: #222;
  font-family: monospace;
  background-color: rgb(248, 249, 250);
}

mark {
  background-color: transparent;
}
mark:hover {
  color: inherit;
}

.my-10,
.my-4 {
  margin: 10px auto !important;
}

/* ========================================================================
   Element: Form
 ========================================================================== */
.form.form-search {
  display: flex;
  gap: 20px;
  justify-content: space-between;
}
.form.form-search input {
  flex: 1;
  padding: 10px;
}

button {
  border: none;
  outline: none;
  background-color: transparent;
  cursor: pointer;
}

.button {
  border-radius: 6px;
  transition: 0.3s ease;
  outline: none;
  text-decoration: none;
  text-align: center;
}
.button-solid, .button__text:hover, .button-outline:hover {
  border: 2px solid #222;
  background-color: #222;
  color: rgb(248, 249, 250);
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.button-solid:hover, .button__text:hover, .button-outline:hover {
  color: rgb(248, 249, 250);
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.3);
}
.button-outline {
  border: 2px solid #222;
  color: #222;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.button__text {
  border: 2px solid transparent;
  background-color: none;
  text-align: left;
}
.button--large {
  font-size: 18px;
  padding: 10px 30px;
}
.button--small {
  font-size: 14px;
  padding: 5px 15px;
}
.button__primary {
  padding: 10px 40px;
  font-size: 1.2rem !important;
  background-color: #222;
  color: #fff !important;
  border: 2px solid #222;
}
.button__primary:hover {
  color: #222;
  background-color: #fff;
}
.button__secondary {
  padding: 10px 40px;
  border: 2px solid #222;
  font-size: 1.2rem !important;
}
.button__text {
  color: #222;
  font-size: 0.9rem !important;
}
.button__readmore {
  color: #222;
  padding: 7px 14px;
}
.button__readmore:hover {
  background-color: hsl(0deg, 100%, 32%);
  color: #fff;
}
.button__readmore i {
  color: #fff;
}
.button__read {
  margin-top: 10px;
  font-size: 1rem;
  padding: 7px 14px;
  background-color: #222;
  color: #dee2e6 !important;
}
.button__read:hover {
  background-color: #222;
  color: #fff;
}
.button__search {
  background-color: #fff;
  border: none;
  border-radius: 50%;
  height: 35px;
  width: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.button__search:hover {
  background-color: #222;
  color: #fff;
}
.button__search .langit-icon {
  height: 20px;
  width: 20px;
}
.button__search-black {
  background-color: #222;
  border: none;
  border-radius: 3px;
  flex-basis: 10%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
}
.button__search-black:hover {
  background-color: #222;
  color: #fff;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.3);
}
.button__search-black .langit-icon {
  height: 20px;
  width: 20px;
}
.button__menu {
  outline: none;
  border: none;
  margin-left: 10px;
  font-size: 1.7rem;
  background-color: transparent;
}
.button__porto {
  text-transform: uppercase;
  padding: 7px 14px;
  background-color: #fff;
}
.button__porto.is-checked {
  background-color: #222;
  color: #fff;
}

#to-top-button {
  display: flex;
  justify-content: center;
  align-items: center;
  visibility: visible;
  transition: visibility 0s, opacity 0.5s ease-in;
  position: fixed;
  bottom: 30px;
  right: 30px;
  background-color: #222;
  border-radius: 50%;
  height: 50px;
  width: 50px;
  color: #fff;
}
#to-top-button:hover {
  background-color: hsl(0deg, 100%, 32%);
}

.button-porto {
  display: flex;
  margin-bottom: 50px;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}
.button-porto__item {
  border-radius: 6px;
  border: 1px solid #222;
  padding: 10px 20px;
}
.button-porto__item:hover {
  background: #ddd;
}
.button-porto--active, .button-porto--active:hover {
  background-color: #222;
  color: #fff;
}
/* ========================================================================
Component: Button Group
========================================================================== */
.button__group {
  display: flex;
  gap: 20px 10px;
  margin: 20px auto;
  flex-direction: row;
}

/* ========================================================================
   Component: Container
 ========================================================================== */
.langit-container {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
}
@media (min-width: 992px) {
  .langit-container {
    padding-left: 80px;
    padding-right: 80px;
    width: 90%;
  }
}

/* ========================================================================
  Component: Grid
========================================================================== */
.grid {
  display: grid;
}
.grid__col-2 {
  display: grid;
  grid: auto/repeat(2, 1fr);
}
.grid--col-3 {
  display: grid;
  grid: auto/repeat(3, 1fr);
}
.grid--left {
  justify-self: start;
}
.grid--right {
  justify-self: end;
}

.inline-grid {
  display: inline-grid;
}

.grid-col-3 {
  grid-template-columns: repeat(3, 1fr);
}

.gap-20 {
  gap: 20px;
}

.align-self-center {
  align-self: center;
}

.row {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-auto-flow: row;
}

.col-1 {
  grid-column: span 1;
}

.col-2 {
  grid-column: span 2;
}

.col-3 {
  grid-column: span 3;
}

.col-4 {
  grid-column: span 4;
}

.col-5 {
  grid-column: span 5;
}

.col-6 {
  grid-column: span 6;
}

.col-7 {
  grid-column: span 7;
}

.col-8 {
  grid-column: span 8;
}

.col-9 {
  grid-column: span 9;
}

.col-10 {
  grid-column: span 10;
}

.col-11 {
  grid-column: span 11;
}

.col-12 {
  grid-column: span 12;
}

.gap-1 {
  gap: 1px;
}

.gap-2 {
  gap: 2px;
}

.gap-3 {
  gap: 3px;
}

.gap-4 {
  gap: 4px;
}

.gap-5 {
  gap: 5px;
}

.gap-6 {
  gap: 6px;
}

.gap-7 {
  gap: 7px;
}

.gap-8 {
  gap: 8px;
}

.gap-9 {
  gap: 9px;
}

.gap-10 {
  gap: 10px;
}

.gap-11 {
  gap: 11px;
}

.gap-12 {
  gap: 12px;
}

.gap-13 {
  gap: 13px;
}

.gap-14 {
  gap: 14px;
}

.gap-15 {
  gap: 15px;
}

.gap-16 {
  gap: 16px;
}

.gap-17 {
  gap: 17px;
}

.gap-18 {
  gap: 18px;
}

.gap-19 {
  gap: 19px;
}

.gap-20 {
  gap: 20px;
}

.gap-21 {
  gap: 21px;
}

.gap-22 {
  gap: 22px;
}

.gap-23 {
  gap: 23px;
}

.gap-24 {
  gap: 24px;
}

.gap-25 {
  gap: 25px;
}

.gap-26 {
  gap: 26px;
}

.gap-27 {
  gap: 27px;
}

.gap-28 {
  gap: 28px;
}

.gap-29 {
  gap: 29px;
}

.gap-30 {
  gap: 30px;
}

.gap-31 {
  gap: 31px;
}

.gap-32 {
  gap: 32px;
}

.gap-33 {
  gap: 33px;
}

.gap-34 {
  gap: 34px;
}

.gap-35 {
  gap: 35px;
}

.gap-36 {
  gap: 36px;
}

.gap-37 {
  gap: 37px;
}

.gap-38 {
  gap: 38px;
}

.gap-39 {
  gap: 39px;
}

.gap-40 {
  gap: 40px;
}

.gap-41 {
  gap: 41px;
}

.gap-42 {
  gap: 42px;
}

.gap-43 {
  gap: 43px;
}

.gap-44 {
  gap: 44px;
}

.gap-45 {
  gap: 45px;
}

.gap-46 {
  gap: 46px;
}

.gap-47 {
  gap: 47px;
}

.gap-48 {
  gap: 48px;
}

.gap-49 {
  gap: 49px;
}

.gap-50 {
  gap: 50px;
}

.gap-51 {
  gap: 51px;
}

.gap-52 {
  gap: 52px;
}

.gap-53 {
  gap: 53px;
}

.gap-54 {
  gap: 54px;
}

.gap-55 {
  gap: 55px;
}

.gap-56 {
  gap: 56px;
}

.gap-57 {
  gap: 57px;
}

.gap-58 {
  gap: 58px;
}

.gap-59 {
  gap: 59px;
}

.gap-60 {
  gap: 60px;
}

.gap-61 {
  gap: 61px;
}

.gap-62 {
  gap: 62px;
}

.gap-63 {
  gap: 63px;
}

.gap-64 {
  gap: 64px;
}

.gap-65 {
  gap: 65px;
}

.gap-66 {
  gap: 66px;
}

.gap-67 {
  gap: 67px;
}

.gap-68 {
  gap: 68px;
}

.gap-69 {
  gap: 69px;
}

.gap-70 {
  gap: 70px;
}

.gap-71 {
  gap: 71px;
}

.gap-72 {
  gap: 72px;
}

.gap-73 {
  gap: 73px;
}

.gap-74 {
  gap: 74px;
}

.gap-75 {
  gap: 75px;
}

.gap-76 {
  gap: 76px;
}

.gap-77 {
  gap: 77px;
}

.gap-78 {
  gap: 78px;
}

.gap-79 {
  gap: 79px;
}

.gap-80 {
  gap: 80px;
}

.gap-81 {
  gap: 81px;
}

.gap-82 {
  gap: 82px;
}

.gap-83 {
  gap: 83px;
}

.gap-84 {
  gap: 84px;
}

.gap-85 {
  gap: 85px;
}

.gap-86 {
  gap: 86px;
}

.gap-87 {
  gap: 87px;
}

.gap-88 {
  gap: 88px;
}

.gap-89 {
  gap: 89px;
}

.gap-90 {
  gap: 90px;
}

.gap-91 {
  gap: 91px;
}

.gap-92 {
  gap: 92px;
}

.gap-93 {
  gap: 93px;
}

.gap-94 {
  gap: 94px;
}

.gap-95 {
  gap: 95px;
}

.gap-96 {
  gap: 96px;
}

.gap-97 {
  gap: 97px;
}

.gap-98 {
  gap: 98px;
}

.gap-99 {
  gap: 99px;
}

.gap-100 {
  gap: 100px;
}

@media (max-width: 766.88px) {
  .grid-col-2, .grid-col-3, .grid__col-2 {
    grid-template-columns: 1fr;
  }
  .grid-col-2 .order-xs-1, .grid-col-3 .order-xs-1, .grid__col-2 .order-xs-1 {
    order: -1;
  }
}
@media (min-width: 767px) {
  .col-sm-1 {
    grid-column: span 1;
  }
  .col-sm-2 {
    grid-column: span 2;
  }
  .col-sm-3 {
    grid-column: span 3;
  }
  .col-sm-4 {
    grid-column: span 4;
  }
  .col-sm-5 {
    grid-column: span 5;
  }
  .col-sm-6 {
    grid-column: span 6;
  }
  .col-sm-7 {
    grid-column: span 7;
  }
  .col-sm-8 {
    grid-column: span 8;
  }
  .col-sm-9 {
    grid-column: span 9;
  }
  .col-sm-10 {
    grid-column: span 10;
  }
  .col-sm-11 {
    grid-column: span 11;
  }
  .col-sm-12 {
    grid-column: span 12;
  }
}
@media (min-width: 992px) {
  .col-md-1 {
    grid-column: span 1;
    justify-self: center;
  }
  .col-md-2 {
    grid-column: span 2;
    justify-self: center;
  }
  .col-md-3 {
    grid-column: span 3;
    justify-self: center;
  }
  .col-md-4 {
    grid-column: span 4;
    justify-self: center;
  }
  .col-md-5 {
    grid-column: span 5;
    justify-self: center;
  }
  .col-md-6 {
    grid-column: span 6;
    justify-self: center;
  }
  .col-md-7 {
    grid-column: span 7;
    justify-self: center;
  }
  .col-md-8 {
    grid-column: span 8;
    justify-self: center;
  }
  .col-md-9 {
    grid-column: span 9;
    justify-self: center;
  }
  .col-md-10 {
    grid-column: span 10;
    justify-self: center;
  }
  .col-md-11 {
    grid-column: span 11;
    justify-self: center;
  }
  .col-md-12 {
    grid-column: span 12;
    justify-self: center;
  }
}
/* ========================================================================
  Component: Flex
========================================================================== */
.flex {
  display: flex;
  flex-wrap: wrap;
}

.flex-column {
  flex-direction: column;
}

.flex-center {
  justify-content: center;
  align-items: center;
}

.flex-justify-center {
  justify-content: center;
}

.flex-align-center {
  align-items: center;
}

.flex-col-1 {
  flex-basis: calc(100% / 12 * 1);
}

.flex-col-2 {
  flex-basis: calc(100% / 12 * 2);
}

.flex-col-3 {
  flex-basis: calc(100% / 12 * 3);
}

.flex-col-4 {
  flex-basis: calc(100% / 12 * 4);
}

.flex-col-5 {
  flex-basis: calc(100% / 12 * 5);
}

.flex-col-6 {
  flex-basis: calc(100% / 12 * 6);
}

.flex-col-7 {
  flex-basis: calc(100% / 12 * 7);
}

.flex-col-8 {
  flex-basis: calc(100% / 12 * 8);
}

.flex-col-9 {
  flex-basis: calc(100% / 12 * 9);
}

.flex-col-10 {
  flex-basis: calc(100% / 12 * 10);
}

.flex-col-11 {
  flex-basis: calc(100% / 12 * 11);
}

.flex-col-12 {
  flex-basis: calc(100% / 12 * 12);
}

/* ========================================================================
   Component: Width
 ========================================================================== */
.width-50 {
  width: 50vw;
  margin: auto;
}

.width-60 {
  width: 60%;
  margin: auto;
}

.width-70 {
  width: 70vw;
  margin: auto;
}

/* ========================================================================
   Component: Margin
 ========================================================================== */
.margin__top--50 {
  margin-top: 50px;
}
.margin__top--20 {
  margin-top: 20px;
}

p.mb-0 {
  margin-bottom: 0 !important;
}

/* ========================================================================
   Component: Main Menu Navigation
 ========================================================================== */
#mainMenu {
  padding-top: 20px;
}
#mainMenu .container {
  padding-left: 0;
  padding-right: 0;
}
#mainMenu.sticky.navbar {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  background-color: #fff;
  z-index: 1030;
  padding-top: 10px;
  padding-bottom: 10px;
  transition: 0.4s;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.offcanvas-title {
  padding-left: 10px;
  font-size: 1.7rem;
  font-weight: 600;
}

.navbar {
  padding-top: 20px;
  padding-bottom: 20px;
}
.navbar__logo {
  height: 40px;
}
.navbar__nav {
  flex: 1;
  justify-content: center;
  align-items: center;
  list-style: none;
}
.navbar__item {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 600;
  padding: 10px 20px;
}
.navbar__link {
  color: #222;
}
.navbar__link:hover {
  opacity: 0.7;
}
.navbar__dropdown-child {
  display: none;
}

.search .modal-content {
  align-items: center;
  padding-top: 10%;
  padding-bottom: 10%;
}
.search .modal-content .modal-body,
.search .modal-content form {
  width: 100%;
}
.search form {
  display: flex;
  border: 2px solid hsl(0deg, 100%, 32%);
  padding: 10px;
  align-items: center;
}
.search form input {
  flex: 1;
  outline: none;
  border: none;
}
.search form:focus {
  border-color: #222;
}
.search form .button__search {
  background-color: hsl(0deg, 100%, 32%);
  color: #fff;
  height: 40px;
  width: 40px;
  margin-right: 20px;
}
.search form .button__search i {
  line-height: 0;
}

/* ========================================================================
   Component: Sidenav
 ========================================================================== */
.navbar__right {
  align-self: center;
  display: flex;
}

#menuButton {
  display: none;
}

/* ========================================================================
   Component: Footer Navbar
 ========================================================================== */
.nav__footer {
  display: none;
  position: fixed;
  bottom: 0;
  width: 100%;
  height: 55px;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  background-color: #fff;
}
.nav__footer--link {
  display: flex;
  flex-direction: column;
  align-items: center;
  min-width: 50px;
  overflow: hidden;
  white-space: nowrap;
  color: #222;
  font-size: 14px;
}

.shortcode__mark {
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 10px;
}
.shortcode svg {
  vertical-align: middle;
}
.shortcode__tips {
  margin-bottom: 20px;
  padding: 30px;
  border-radius: 10px;
  font-size: 1.2rem;
  line-height: 1.5em;
  color: #155724;
  border-color: #c3e6cb;
  background-color: rgb(248, 249, 250);
  border: 1px solid #dee2e6;
}
.shortcode__note {
  margin-bottom: 20px;
  padding: 30px;
  border-radius: 10px;
  font-size: 1.2rem;
  line-height: 1.5em;
  color: #0c5460;
  border-color: #bee5eb;
  background-color: rgb(248, 249, 250);
  border: 1px solid #ddd;
}
.shortcode__note a {
  color: #0c5460;
}
.shortcode__note a:hover {
  color: #222;
}
.shortcode__contoh {
  margin-bottom: 20px;
  padding: 30px;
  border-radius: 10px;
  background-color: rgb(248, 249, 250);
  border: 1px solid #dee2e6;
  font-size: 1.2rem;
  line-height: 1.5em;
}
.shortcode__read {
  margin-bottom: 20px;
  padding: 30px;
  border-radius: 10px;
  display: flex;
  gap: 2rem;
  align-items: stretch;
  position: relative;
  transition: all 0.5s ease;
  background-color: rgb(248, 249, 250);
  border: 1px solid #dee2e6;
}
.shortcode__read:hover {
  box-shadow: 2px 5px 10px rgba(0, 0, 0, 0.162);
}
.shortcode__read--img {
  text-align: center;
  flex-basis: 50%;
}
.shortcode__read--img img {
  object-fit: cover;
  height: 100%;
}
.shortcode__read--content {
  flex-basis: 70%;
}
.shortcode__read--mark {
  letter-spacing: 3px;
}
.shortcode__read--title a {
  color: hsl(0deg, 100%, 32%);
}
.shortcode__read--summary {
  font-size: 1rem;
  line-height: 1.5em;
}
.shortcode__read a {
  text-decoration: none !important;
}

.social-media__shortcode {
  margin-top: 30px;
  text-align: center;
}
.social-media__shortcode a {
  color: #fff;
  background-color: #222;
  padding: 0.5em;
  border-radius: 8px;
}
.social-media__shortcode svg {
  height: 1.5rem;
  width: 1.5rem;
}

.series {
  margin-bottom: 2rem;
  padding: 2rem;
  background-color: rgb(248, 249, 250);
}
.series__header {
  text-align: center;
  font-weight: 600;
}
.series__content {
  font-size: 16px;
}
.series__list {
  cursor: pointer;
  padding-left: 10px;
}
.series__list a {
  color: #222 !important;
}
.series__list a:hover {
  color: hsl(0deg, 100%, 32%) !important;
}
.series__list--active {
  background-color: #222;
  color: #fff;
  padding-left: 10px;
}
.series__list--active::marker {
  color: #404040;
}

.site-header {
  align-items: center;
}
@media (max-width: 766.88px) {
  .site-header__text {
    text-align: center;
  }
}
.site-header__title {
  font-family: "visbyregular", sans-serif;
  font-size: 1.5rem;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.site-header__description {
  font-family: "visbyheavy", sans-serif;
  font-size: 4.3rem;
  line-height: 1em;
  color: #222;
}
.site-header__description span {
  color: #b6bcc6;
}
.site-header__description--page {
  font-size: 4rem;
}

.page-header {
  margin: 50px auto;
  text-align: center;
  justify-items: center;
}
.page-header__title {
  font-size: 30px;
  font-family: "visbyregular", sans-serif;
  letter-spacing: 4px;
  text-transform: uppercase;
  color: #404040;
}
.page-header__description {
  font-family: "visbyextrabold", sans-serif;
  font-size: 3.5rem;
  line-height: 1em;
}
.page-header__description span {
  color: #b6bcc6;
}
.page-header__porto-title {
  font-family: "visby_cfextra_bold", sans-serif;
  font-size: 5rem;
}
.page-header #breadcrumbs li {
  font-size: 1.2rem;
}
.page-header__categories .breadcrumb, .page-header__tags .breadcrumb {
  justify-content: center;
}

/* ========================================================================
   Component: Section global
 ========================================================================== */
.section__header {
  text-align: center;
}
@media (max-width: 766.88px) {
  .section__header {
    justify-content: center;
  }
}
.section__title {
  font-size: 20px;
  font-family: "visbyregular", sans-serif;
  letter-spacing: 4px;
  text-transform: uppercase;
  color: #b6bcc6;
}
.section__subtitle {
  font-family: "visbyextrabold", sans-serif;
  font-size: 3rem;
  color: #222;
  letter-spacing: -1px;
}
.section__service, .section__about, .section__porto {
  margin-top: 100px;
}
.section__content p {
  font-size: 20px;
  margin-bottom: 1rem;
}
.section__content p a {
  font-weight: bold;
  text-decoration: underline;
}
.section__content p a:hover {
  color: hsl(0deg, 100%, 32%);
}
.section__content--card {
  margin-top: 30px;
}
.section__icon {
  padding: 10px;
  height: 90px;
  width: 90px;
}
.section__story {
  width: 100%;
  left: 0;
}
.section__experience {
  position: relative;
}

/* ========================================================================
   Component: Service Card
 ========================================================================== */
.service-card {
  border-radius: 10px;
  border: 1px solid #b6bcc6;
  padding: 20px;
  cursor: pointer;
  display: grid;
  gap: 20px;
}
.service-card:hover {
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.1);
}
.service-card__icon {
  flex: 1;
  border-radius: 50%;
  background-color: rgb(248, 249, 250);
  display: flex;
  justify-content: center;
  align-items: center;
  height: 120px;
  width: 120px;
}

/* ========================================================================
Component: Breadcrumb
 ========================================================================== */
#breadcrumbs {
  display: flex;
}

.breadcrumb {
  display: flex;
  list-style-type: none;
  padding-left: 0;
  gap: 10px;
}
.breadcrumb__list:not(:last-child) {
  font-weight: 600;
}
.breadcrumb__list:not(:first-child)::before {
  content: "/";
  display: inline-block;
  font-weight: bold;
}

.page-header #breadcrumbs {
  justify-content: center;
}

/* ========================================================================
Component: Post Index
========================================================================== */
.post,
.page,
.porto,
.shop {
  margin-top: 100px;
}
.post .post-index__thumbnail,
.post .shop-index__thumbnail,
.page .post-index__thumbnail,
.page .shop-index__thumbnail,
.porto .post-index__thumbnail,
.porto .shop-index__thumbnail,
.shop .post-index__thumbnail,
.shop .shop-index__thumbnail {
  position: relative;
  overflow: hidden;
  width: 100%;
  max-height: 300px;
  border-radius: 20px;
  transition: all 5s ease;
  aspect-ratio: 1/1;
}
.post .post-index__thumbnail .img-fluid,
.post .shop-index__thumbnail .img-fluid,
.page .post-index__thumbnail .img-fluid,
.page .shop-index__thumbnail .img-fluid,
.porto .post-index__thumbnail .img-fluid,
.porto .shop-index__thumbnail .img-fluid,
.shop .post-index__thumbnail .img-fluid,
.shop .shop-index__thumbnail .img-fluid {
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 10px;
  filter: grayscale(100%);
  transition: transform 0.3s ease;
}
.post .post-index__thumbnail:hover img,
.post .shop-index__thumbnail:hover img,
.page .post-index__thumbnail:hover img,
.page .shop-index__thumbnail:hover img,
.porto .post-index__thumbnail:hover img,
.porto .shop-index__thumbnail:hover img,
.shop .post-index__thumbnail:hover img,
.shop .shop-index__thumbnail:hover img {
  transform: scale(1.2);
  filter: none;
}
.post .post-index__overlay,
.post .shop-index__overlay,
.page .post-index__overlay,
.page .shop-index__overlay,
.porto .post-index__overlay,
.porto .shop-index__overlay,
.shop .post-index__overlay,
.shop .shop-index__overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: 0.3s ease;
  background-color: rgba(0, 0, 0, 0.7);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  border-radius: 10px;
}
.post .post-index__overlay--icon,
.post .shop-index__overlay--icon,
.page .post-index__overlay--icon,
.page .shop-index__overlay--icon,
.porto .post-index__overlay--icon,
.porto .shop-index__overlay--icon,
.shop .post-index__overlay--icon,
.shop .shop-index__overlay--icon {
  color: #fff;
  font-size: 1.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none !important;
}
.post .post-index__overlay--icon:hover,
.post .shop-index__overlay--icon:hover,
.page .post-index__overlay--icon:hover,
.page .shop-index__overlay--icon:hover,
.porto .post-index__overlay--icon:hover,
.porto .shop-index__overlay--icon:hover,
.shop .post-index__overlay--icon:hover,
.shop .shop-index__overlay--icon:hover {
  opacity: 1;
}
.post .post-index__content,
.post .shop-index__content,
.page .post-index__content,
.page .shop-index__content,
.porto .post-index__content,
.porto .shop-index__content,
.shop .post-index__content,
.shop .shop-index__content {
  text-align: left;
}
.post .post-index__title,
.post .shop-index__title,
.page .post-index__title,
.page .shop-index__title,
.porto .post-index__title,
.porto .shop-index__title,
.shop .post-index__title,
.shop .shop-index__title {
  font-size: 1.5rem;
  line-height: 1.3em;
}
.post .post-index__title a,
.post .shop-index__title a,
.page .post-index__title a,
.page .shop-index__title a,
.porto .post-index__title a,
.porto .shop-index__title a,
.shop .post-index__title a,
.shop .shop-index__title a {
  color: #222;
}
.post .post-index__title a:hover,
.post .shop-index__title a:hover,
.page .post-index__title a:hover,
.page .shop-index__title a:hover,
.porto .post-index__title a:hover,
.porto .shop-index__title a:hover,
.shop .post-index__title a:hover,
.shop .shop-index__title a:hover {
  color: hsl(0deg, 100%, 32%);
}
.post .post-index__meta,
.post .shop-index__meta,
.page .post-index__meta,
.page .shop-index__meta,
.porto .post-index__meta,
.porto .shop-index__meta,
.shop .post-index__meta,
.shop .shop-index__meta {
  margin-top: 10px;
  color: #747474;
}
.post .post-index__meta a,
.post .shop-index__meta a,
.page .post-index__meta a,
.page .shop-index__meta a,
.porto .post-index__meta a,
.porto .shop-index__meta a,
.shop .post-index__meta a,
.shop .shop-index__meta a {
  color: #747474;
}
.post .post-index__meta a:hover,
.post .shop-index__meta a:hover,
.page .post-index__meta a:hover,
.page .shop-index__meta a:hover,
.porto .post-index__meta a:hover,
.porto .shop-index__meta a:hover,
.shop .post-index__meta a:hover,
.shop .shop-index__meta a:hover {
  color: hsl(0deg, 100%, 32%);
}
.post .post-index__meta span,
.post .shop-index__meta span,
.page .post-index__meta span,
.page .shop-index__meta span,
.porto .post-index__meta span,
.porto .shop-index__meta span,
.shop .post-index__meta span,
.shop .shop-index__meta span {
  vertical-align: middle;
}
.post .post-index__summary,
.post .shop-index__summary,
.page .post-index__summary,
.page .shop-index__summary,
.porto .post-index__summary,
.porto .shop-index__summary,
.shop .post-index__summary,
.shop .shop-index__summary {
  font-size: 1.125rem;
}
.post .post-single__header,
.post .page-single__header,
.post .porto-single__header,
.post .shop-single__header,
.page .post-single__header,
.page .page-single__header,
.page .porto-single__header,
.page .shop-single__header,
.porto .post-single__header,
.porto .page-single__header,
.porto .porto-single__header,
.porto .shop-single__header,
.shop .post-single__header,
.shop .page-single__header,
.shop .porto-single__header,
.shop .shop-single__header {
  text-align: center;
}
.post .post-single__title,
.post .page-single__title,
.post .porto-single__title,
.post .shop-single__title,
.page .post-single__title,
.page .page-single__title,
.page .porto-single__title,
.page .shop-single__title,
.porto .post-single__title,
.porto .page-single__title,
.porto .porto-single__title,
.porto .shop-single__title,
.shop .post-single__title,
.shop .page-single__title,
.shop .porto-single__title,
.shop .shop-single__title {
  font-size: calc(2vw + 1.1rem);
  line-height: 1.1em;
}
.post .post-single__featured-image,
.post .page-single__featured-image,
.post .porto-single__featured-image,
.post .shop-single__featured-image,
.page .post-single__featured-image,
.page .page-single__featured-image,
.page .porto-single__featured-image,
.page .shop-single__featured-image,
.porto .post-single__featured-image,
.porto .page-single__featured-image,
.porto .porto-single__featured-image,
.porto .shop-single__featured-image,
.shop .post-single__featured-image,
.shop .page-single__featured-image,
.shop .porto-single__featured-image,
.shop .shop-single__featured-image {
  max-width: 100vw;
  margin-top: 30px;
  padding: 0;
}
.post .post-single__featured-image img,
.post .page-single__featured-image img,
.post .porto-single__featured-image img,
.post .shop-single__featured-image img,
.page .post-single__featured-image img,
.page .page-single__featured-image img,
.page .porto-single__featured-image img,
.page .shop-single__featured-image img,
.porto .post-single__featured-image img,
.porto .page-single__featured-image img,
.porto .porto-single__featured-image img,
.porto .shop-single__featured-image img,
.shop .post-single__featured-image img,
.shop .page-single__featured-image img,
.shop .porto-single__featured-image img,
.shop .shop-single__featured-image img {
  aspect-ratio: 3/2;
  width: 100%;
  height: auto;
  object-fit: cover;
}
.post .post-single__featured-image figcaption,
.post .page-single__featured-image figcaption,
.post .porto-single__featured-image figcaption,
.post .shop-single__featured-image figcaption,
.page .post-single__featured-image figcaption,
.page .page-single__featured-image figcaption,
.page .porto-single__featured-image figcaption,
.page .shop-single__featured-image figcaption,
.porto .post-single__featured-image figcaption,
.porto .page-single__featured-image figcaption,
.porto .porto-single__featured-image figcaption,
.porto .shop-single__featured-image figcaption,
.shop .post-single__featured-image figcaption,
.shop .page-single__featured-image figcaption,
.shop .porto-single__featured-image figcaption,
.shop .shop-single__featured-image figcaption {
  text-align: left;
  padding: 10px 20px 10px 0;
}
.post .post-single__content,
.post .page-single__content,
.post .porto-single__content,
.post .shop-single__content,
.page .post-single__content,
.page .page-single__content,
.page .porto-single__content,
.page .shop-single__content,
.porto .post-single__content,
.porto .page-single__content,
.porto .porto-single__content,
.porto .shop-single__content,
.shop .post-single__content,
.shop .page-single__content,
.shop .porto-single__content,
.shop .shop-single__content {
  margin-top: 50px;
  font-size: 1.4rem;
}
.post .post-single__content a,
.post .page-single__content a,
.post .porto-single__content a,
.post .shop-single__content a,
.page .post-single__content a,
.page .page-single__content a,
.page .porto-single__content a,
.page .shop-single__content a,
.porto .post-single__content a,
.porto .page-single__content a,
.porto .porto-single__content a,
.porto .shop-single__content a,
.shop .post-single__content a,
.shop .page-single__content a,
.shop .porto-single__content a,
.shop .shop-single__content a {
  text-decoration: underline;
  font-weight: bold;
  color: hsl(0deg, 100%, 32%);
  transition: color 0.3s ease;
}
.post .post-single__content a:hover,
.post .page-single__content a:hover,
.post .porto-single__content a:hover,
.post .shop-single__content a:hover,
.page .post-single__content a:hover,
.page .page-single__content a:hover,
.page .porto-single__content a:hover,
.page .shop-single__content a:hover,
.porto .post-single__content a:hover,
.porto .page-single__content a:hover,
.porto .porto-single__content a:hover,
.porto .shop-single__content a:hover,
.shop .post-single__content a:hover,
.shop .page-single__content a:hover,
.shop .porto-single__content a:hover,
.shop .shop-single__content a:hover {
  color: #222;
}
.post .post-single__content h2,
.post .page-single__content h2,
.post .porto-single__content h2,
.post .shop-single__content h2,
.page .post-single__content h2,
.page .page-single__content h2,
.page .porto-single__content h2,
.page .shop-single__content h2,
.porto .post-single__content h2,
.porto .page-single__content h2,
.porto .porto-single__content h2,
.porto .shop-single__content h2,
.shop .post-single__content h2,
.shop .page-single__content h2,
.shop .porto-single__content h2,
.shop .shop-single__content h2 {
  text-align: center;
  font-size: 1.7em;
  line-height: 1.1em;
}
.post .post-single__content h3,
.post .page-single__content h3,
.post .porto-single__content h3,
.post .shop-single__content h3,
.page .post-single__content h3,
.page .page-single__content h3,
.page .porto-single__content h3,
.page .shop-single__content h3,
.porto .post-single__content h3,
.porto .page-single__content h3,
.porto .porto-single__content h3,
.porto .shop-single__content h3,
.shop .post-single__content h3,
.shop .page-single__content h3,
.shop .porto-single__content h3,
.shop .shop-single__content h3 {
  margin-top: 1em;
  font-size: 1.3em;
}
.post .post-single__content h4,
.post .post-single__content h5,
.post .post-single__content h6,
.post .page-single__content h4,
.post .page-single__content h5,
.post .page-single__content h6,
.post .porto-single__content h4,
.post .porto-single__content h5,
.post .porto-single__content h6,
.post .shop-single__content h4,
.post .shop-single__content h5,
.post .shop-single__content h6,
.page .post-single__content h4,
.page .post-single__content h5,
.page .post-single__content h6,
.page .page-single__content h4,
.page .page-single__content h5,
.page .page-single__content h6,
.page .porto-single__content h4,
.page .porto-single__content h5,
.page .porto-single__content h6,
.page .shop-single__content h4,
.page .shop-single__content h5,
.page .shop-single__content h6,
.porto .post-single__content h4,
.porto .post-single__content h5,
.porto .post-single__content h6,
.porto .page-single__content h4,
.porto .page-single__content h5,
.porto .page-single__content h6,
.porto .porto-single__content h4,
.porto .porto-single__content h5,
.porto .porto-single__content h6,
.porto .shop-single__content h4,
.porto .shop-single__content h5,
.porto .shop-single__content h6,
.shop .post-single__content h4,
.shop .post-single__content h5,
.shop .post-single__content h6,
.shop .page-single__content h4,
.shop .page-single__content h5,
.shop .page-single__content h6,
.shop .porto-single__content h4,
.shop .porto-single__content h5,
.shop .porto-single__content h6,
.shop .shop-single__content h4,
.shop .shop-single__content h5,
.shop .shop-single__content h6 {
  margin-top: 1em;
  font-size: 1.1em;
}
.post .post-single__content hr,
.post .page-single__content hr,
.post .porto-single__content hr,
.post .shop-single__content hr,
.page .post-single__content hr,
.page .page-single__content hr,
.page .porto-single__content hr,
.page .shop-single__content hr,
.porto .post-single__content hr,
.porto .page-single__content hr,
.porto .porto-single__content hr,
.porto .shop-single__content hr,
.shop .post-single__content hr,
.shop .page-single__content hr,
.shop .porto-single__content hr,
.shop .shop-single__content hr {
  width: 4%;
  margin: 30px auto;
  border-top: 7px dotted;
}
.post .post-single__content ol li > p:first-child,
.post .page-single__content ol li > p:first-child,
.post .porto-single__content ol li > p:first-child,
.post .shop-single__content ol li > p:first-child,
.page .post-single__content ol li > p:first-child,
.page .page-single__content ol li > p:first-child,
.page .porto-single__content ol li > p:first-child,
.page .shop-single__content ol li > p:first-child,
.porto .post-single__content ol li > p:first-child,
.porto .page-single__content ol li > p:first-child,
.porto .porto-single__content ol li > p:first-child,
.porto .shop-single__content ol li > p:first-child,
.shop .post-single__content ol li > p:first-child,
.shop .page-single__content ol li > p:first-child,
.shop .porto-single__content ol li > p:first-child,
.shop .shop-single__content ol li > p:first-child {
  margin-bottom: 0;
}
.post .post-single__content ol li::marker,
.post .page-single__content ol li::marker,
.post .porto-single__content ol li::marker,
.post .shop-single__content ol li::marker,
.page .post-single__content ol li::marker,
.page .page-single__content ol li::marker,
.page .porto-single__content ol li::marker,
.page .shop-single__content ol li::marker,
.porto .post-single__content ol li::marker,
.porto .page-single__content ol li::marker,
.porto .porto-single__content ol li::marker,
.porto .shop-single__content ol li::marker,
.shop .post-single__content ol li::marker,
.shop .page-single__content ol li::marker,
.shop .porto-single__content ol li::marker,
.shop .shop-single__content ol li::marker {
  font-weight: 600;
}
.post .post-single__meta,
.post .page-single__meta,
.post .porto-single__meta,
.post .shop-single__meta,
.page .post-single__meta,
.page .page-single__meta,
.page .porto-single__meta,
.page .shop-single__meta,
.porto .post-single__meta,
.porto .page-single__meta,
.porto .porto-single__meta,
.porto .shop-single__meta,
.shop .post-single__meta,
.shop .page-single__meta,
.shop .porto-single__meta,
.shop .shop-single__meta {
  font-size: 1.25rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.post .post-single__meta a,
.post .page-single__meta a,
.post .porto-single__meta a,
.post .shop-single__meta a,
.page .post-single__meta a,
.page .page-single__meta a,
.page .porto-single__meta a,
.page .shop-single__meta a,
.porto .post-single__meta a,
.porto .page-single__meta a,
.porto .porto-single__meta a,
.porto .shop-single__meta a,
.shop .post-single__meta a,
.shop .page-single__meta a,
.shop .porto-single__meta a,
.shop .shop-single__meta a {
  color: #222;
}
.post .post-single__footer,
.post .page-single__footer,
.post .porto-single__footer,
.post .shop-single__footer,
.page .post-single__footer,
.page .page-single__footer,
.page .porto-single__footer,
.page .shop-single__footer,
.porto .post-single__footer,
.porto .page-single__footer,
.porto .porto-single__footer,
.porto .shop-single__footer,
.shop .post-single__footer,
.shop .page-single__footer,
.shop .porto-single__footer,
.shop .shop-single__footer {
  margin-top: 30px;
  padding-bottom: 20px;
  border-bottom: 1px solid #ddd;
}
.post .post-single__footer .col-xl-7,
.post .page-single__footer .col-xl-7,
.post .porto-single__footer .col-xl-7,
.post .shop-single__footer .col-xl-7,
.page .post-single__footer .col-xl-7,
.page .page-single__footer .col-xl-7,
.page .porto-single__footer .col-xl-7,
.page .shop-single__footer .col-xl-7,
.porto .post-single__footer .col-xl-7,
.porto .page-single__footer .col-xl-7,
.porto .porto-single__footer .col-xl-7,
.porto .shop-single__footer .col-xl-7,
.shop .post-single__footer .col-xl-7,
.shop .page-single__footer .col-xl-7,
.shop .porto-single__footer .col-xl-7,
.shop .shop-single__footer .col-xl-7 {
  padding-bottom: 20px;
}

.post-single__content,
.page-single__content {
  font-size: 1.5rem;
  line-height: 1.6em;
}
.post-single__content p,
.page-single__content p {
  margin-bottom: 1.5rem;
}
.post-single__content h2,
.page-single__content h2 {
  font-size: 2.5rem;
  text-align: center;
  margin: 2rem auto 1rem;
}
.post-single__content h3,
.page-single__content h3 {
  font-size: 1.75rem;
  margin-top: 1rem;
}
.post-single__content h4, .post-single__content h5, .post-single__content h6,
.page-single__content h4,
.page-single__content h5,
.page-single__content h6 {
  font-size: 1.5rem;
  margin-top: 1rem;
}

.shop-single__content h2,
.shop-single__content h3,
.shop-single__content h4 {
  text-align: left;
  font-size: 28px;
}

.author-bio {
  padding: 30px;
  border-radius: 10px;
  display: flex;
  margin-top: 20px;
  background-color: rgb(248, 249, 250);
  align-items: center;
}
.author-bio h2 {
  margin-bottom: 0;
  font-size: 1.5rem;
  text-align: left;
}

.figure__wide {
  margin: 1rem calc(-20vw + 20%);
}

.related-post {
  margin-top: 70px;
}
.related-post__header {
  margin-bottom: 20px;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 1.5rem;
}
.related-post__thumbnail {
  height: 250px;
  width: 100%;
  object-fit: cover;
  border-radius: 10px;
}
.related-post__title {
  font-size: 1.2rem;
  text-align: center;
}
.related-post__title a {
  color: #222;
}
.related-post__title a:hover {
  color: hsl(0deg, 100%, 32%);
}

.page-pagination {
  margin-top: 50px;
  font-size: 1rem;
}
.page-pagination .pagination {
  justify-content: center;
}
.page-pagination .page-item {
  padding: 0.5em;
}
.page-pagination .page-item.active .page-link {
  background-color: #222;
  color: #fff;
  border-color: #222;
}
.page-pagination .page-link {
  color: #222;
  border: 1px solid #dee2e6;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 2.5rem;
  width: 2.5rem;
  flex-wrap: wrap;
}
.page-pagination .page-link:hover {
  background: #ddd;
}

.post-meta-tags {
  color: #222;
  background-color: rgb(248, 249, 250);
  padding: 5px 10px;
  border-radius: 4px;
}
.post-meta-tags:hover {
  background-color: #222;
  color: #fff;
}

.toc__button {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem;
  width: 100%;
  border: none;
  outline: none;
  cursor: pointer;
  text-align: left;
  transition: background 0.5s;
  font-weight: 600;
  background-color: #222;
  color: #fff;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}

.toc__button.collapsed {
  border-radius: 6px;
}

.toc {
  background-color: rgb(248, 249, 250);
  border-radius: 6px;
  border: 1px solid #ddd;
}

#tocContent {
  background-color: rgb(248, 249, 250);
  border-radius: 6px;
  border: 1px solid #ddd;
  font-size: 1.2rem;
  line-height: 1.5em;
  transition: transform 0.3s ease-out;
  height: 0;
  transform: scaleY(0);
  transform-origin: top;
}
#tocContent a {
  color: #222;
  text-decoration: none;
  font-weight: 400;
}
#tocContent a:hover {
  color: hsl(0deg, 100%, 32%);
  text-decoration: underline;
}
#tocContent.show {
  height: auto;
  transform: scaleY(1);
}

#TableOfContents {
  padding: 2rem;
}

.shop__price {
  color: #747474;
  border-bottom: 1px solid #ddd;
}
.shop__price span {
  font-size: 1.5rem;
  font-weight: 700;
  color: #222;
}

.porto {
  min-height: 100vh;
}

/* ========================================================================
   Component: Page Pagination
 ========================================================================== */
.page-pagination {
  text-align: center;
}
.page-pagination .pagination {
  list-style-type: none;
  display: flex;
}

.main-header::after {
  content: "";
  display: block;
  background: cover/url(/static/img/baca-juga.webp);
}
.main-header__line {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background-color: #222;
}

.post-single__tag {
  display: flex;
  flex-wrap: wrap;
}
.post-single__tag ul {
  gap: 10px;
  padding-left: 5px;
  flex-wrap: wrap;
}
.post-single__tag li {
  font-size: 14px;
}
.post-single__tag span {
  font-size: 14px;
  font-weight: 600;
}

/* ========================================================================
   Component: Share button
 ========================================================================== */
.share-button-desktop {
  position: absolute;
  top: 0;
  left: calc(-15vw + 10px);
  display: flex;
  flex-direction: column;
  row-gap: 10px;
}
.share-button-desktop.share-button--fixed {
  position: fixed;
  margin: auto;
  top: 70px;
  left: calc(11vw - 10px);
}
.share-button-desktop__icon {
  color: #222 !important;
  border: 1.5px solid #222;
  background-color: #fff;
  border-radius: 50%;
  height: 3rem;
  width: 3rem;
  padding: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.5s ease;
}
.share-button-desktop__icon svg {
  height: 1.5rem;
  width: 1.5rem;
}
.share-button-desktop__icon:hover {
  background-color: #222;
  color: #fff !important;
}
.share-button-desktop .like-count {
  text-align: center;
}
.share-button-desktop .like-count::after {
  content: "Likes";
  display: inline-block;
  padding-left: 5px;
}
.share-button-desktop .like-button-selected {
  background-color: #222;
  color: #fff !important;
}

.share-button-mobile {
  margin-top: 30px;
  display: none;
}
.share-button-mobile p {
  flex: 1;
  margin-bottom: 0;
}
.share-button-mobile__icon-container {
  margin-top: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}
.share-button-mobile__icon {
  display: flex;
  flex: 1;
  background-color: #222;
  border: 2px solid #222;
  color: #fff;
  border-radius: 3px;
  justify-content: center;
  align-items: center;
  padding: 5px 10px;
  transition: 0.5s ease;
}
.share-button-mobile__icon:hover {
  background-color: #fff;
  color: #222;
}

/* ========================================================================
Page: 404
========================================================================== */
.body-404 {
  background-color: #050304;
  display: flex;
  justify-content: center;
  align-items: center;
  max-height: 100vh;
}
.body-404 main {
  padding: 40px;
}

.page-404 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 40px;
  padding: 40px;
}
.page-404 div {
  flex: 1;
}
.page-404__content {
  color: #c2c2c2;
}
.page-404__content .button__group {
  justify-content: center;
}
.page-404__content .button-solid {
  background-color: #fff;
  color: #404040;
}
.page-404__content .button-outline {
  border: 2px solid #fff;
  color: #fff;
}
.page-404__title {
  font-size: 20px;
  font-family: "visbyregular", sans-serif;
  letter-spacing: 4px;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
}
.page-404__description {
  font-family: "visbyextrabold", sans-serif;
  font-size: 5rem;
  line-height: 1em;
  text-align: center;
}

.page__search-page {
  margin-top: 50px;
}

/* ========================================================================
Page: Search Result
========================================================================== */
#search-results {
  display: grid;
  grid: auto/1fr 1fr 1fr;
  gap: 40px;
  margin-top: 50px;
}
#search-results .post-index__content {
  margin-top: 20px;
}
#search-results .search-result-empty {
  grid-column: span 10;
}

.modal-search {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.9);
  z-index: 1031;
  display: none;
  justify-content: center;
  align-items: center;
  transition: all ease 0.5ms;
}
.modal-search__body {
  width: 70vw;
  background-color: rgb(248, 249, 250);
  padding: 50px;
  border-radius: 10px;
}
.modal-search.modal--open {
  display: flex;
}
.modal-search .button__close {
  color: #fff;
  position: absolute;
  top: 10%;
  right: 15vw;
}

/* ========================================================================
   Component: Porto Index
 ========================================================================== */
.porto-index__thumbnail {
  position: relative;
  cursor: pointer;
}
.porto-index__thumbnail:hover .porto-index__overlay {
  opacity: 1;
  border: none;
}
.porto-index__overlay {
  position: absolute;
  flex-direction: column;
  padding: 20px;
  top: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: 0.3s ease;
  background-color: hsla(0deg, 0%, 0%, 0.7);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
}
.porto-index__overlay h2,
.porto-index__overlay a {
  color: #fff;
  text-align: center;
  font-size: 1.2rem;
}

/* ========================================================================
   Component: Footer global
 ========================================================================== */
.footer__site-footer {
  margin-top: 30px;
  padding-top: 50px;
  padding-bottom: 30px;
  border-top: 1px solid #dee2e6;
  background-color: #111;
  color: #7f7f7f;
}
.footer__site-footer a {
  color: #7f7f7f;
}
.footer__copyright {
  padding-top: 30px;
  text-align: center;
  font-size: 14px;
}
.footer__copyright::before {
  content: "";
  display: block;
  border-top: 1px solid #202020;
  width: 97%;
  margin: 30px auto;
}
.footer__jajan {
  padding: 2rem;
  background: #222 url(/img/bg-3.svg);
  background-blend-mode: overlay;
  border-radius: 20px;
  color: #fff;
}
.footer__jajan h2 {
  font-size: 3rem;
  color: #fff;
}
.footer__jajan p {
  font-size: 1.2rem;
}
.footer__jajan a img {
  margin: 0;
}

/* ========================================================================
   Component: Footer widget
 ========================================================================== */
.footer-widget {
  color: #747474;
}
.footer-widget__title {
  font-size: 1.2rem;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #a5a5a5;
}
.footer-widget__item {
  font-size: 16px;
}
.footer-widget__item a:hover {
  color: #b6bcc6;
  text-decoration: underline;
}

/* ========================================================================
   Component: Social Media Widget
 ========================================================================== */
.social-media__footer {
  display: flex;
  gap: 10px;
  justify-content: center;
}
.social-media__footer--item a {
  color: #747474;
}
.social-media__footer--item a:hover {
  color: #b6bcc6;
}
.social-media__footer--item svg {
  height: 1.3rem;
  width: 1.3rem;
}

.count {
  font-size: 14px;
  font-weight: bold;
  padding-left: 10px;
}

/* ========================================================================
Desktop: min 1200px
========================================================================== */
@media screen and (min-width: 1200px) {
  .grid {
    padding-left: 80px;
    padding-right: 80px;
  }
}
@media screen and (max-width: 1198.88px) {
  .navbar__right {
    position: absolute;
    right: inherit;
  }
  .navbar__sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: #111;
    overflow-x: hidden;
    padding-top: 60px;
    transition: 0.5s;
  }
  .navbar__sidenav .navbar__nav {
    flex-direction: column;
    align-items: flex-start;
  }
  .navbar__sidenav .navbar__nav .navbar__link {
    color: #ddd;
  }
  .navbar__sidenav .navbar__nav .navbar__link {
    color: #ddd;
  }
  .navbar__sidenav.navbar--open {
    width: 50vw;
  }
  #menuButton {
    display: block;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023.88px) {
  .post .post-single__content {
    font-size: 1.3rem;
  }
  .image__medium {
    max-width: 50%;
    height: auto;
  }
  .section__content--card {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 1024px) {
  .post .post-single__content {
    font-size: 1.4rem;
  }
  .post .post-single__content p {
    margin-bottom: 1rem;
  }
  .image__medium {
    width: 50%;
    height: auto;
  }
  .navbar-expand-lg .navbar-nav {
    column-gap: 20px;
  }
  .section__content--card {
    grid-template-columns: repeat(2, 1fr);
  }
  .service-card {
    grid-template-columns: 1fr 3fr;
  }
}
/* ========================================================================
Mobile: max 767.88px
========================================================================== */
@media only screen and (max-width: 768.88px) {
  .width-50, .width-60, .width-70 {
    width: 100%;
  }
  .share-button-desktop {
    display: none;
  }
  .share-button-mobile {
    display: block;
  }
  .modal-search__body {
    width: 90vw;
    padding: 10%;
  }
  .modal-search .button__close {
    right: 5vw;
  }
  #search-results {
    grid: auto/1fr;
  }
  .site-header__text {
    order: 2;
    text-align: center;
  }
  .site-header__img {
    order: 1;
  }
  .site-header__description--page {
    font-size: 10vw;
  }
  .page-header {
    padding-left: 40px;
    padding-right: 40px;
  }
  .page-header__description {
    font-size: 10vw;
  }
  .post .post-single__meta--date, .post .post-single__meta--cat {
    font-size: 1rem;
  }
  .post, .page, .porto {
    margin-top: 30px;
  }
  .author-bio {
    flex-direction: column;
    justify-content: center;
    text-align: center;
  }
  .author-bio img {
    margin: 0 auto;
  }
  .author-bio h2 {
    text-align: center;
  }
  .author-bio__content {
    text-align: center;
  }
  .related-post__thumbnail {
    height: auto;
  }
  .image__medium {
    max-width: 100%;
  }
  .image__gallery--square {
    grid-template-columns: auto;
  }
  .shortcode__read {
    flex-wrap: wrap;
  }
  .shortcode__read--img {
    flex-basis: 100%;
  }
  .shortcode__read--content {
    margin-top: 10px;
    text-align: center;
    flex-basis: 100%;
  }
  table {
    table-layout: fixed;
  }
  .list__group {
    grid-template-columns: auto auto;
  }
  .nav__footer {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    overflow-x: hidden;
  }
  .langit-card {
    grid-template-columns: 1fr;
    justify-items: center;
    align-items: center;
    text-align: center;
  }
  .service-card {
    text-align: center;
  }
  .service-card__icon {
    margin: auto;
  }
  .button__group {
    flex-direction: column;
  }
}

/*# sourceMappingURL=style.css.map */
