@import url("https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
html, body {
  font-family: "Raleway", sans-serif !important;
  width: 100%;  letter-spacing: 0em;
}
html header, body header {
  height: 0px;
  transition: 0.2s;
  opacity: 0;
  width: 100%;
}
html #header-1, body #header-1 {
  position: fixed;
  z-index: 99999;
}
html #header-1 .header-container, body #header-1 .header-container {
  padding: 27px 0px 11px 0px;
  margin: auto;
  max-width: 1440px;
}
html #header-1 .header-container .custom-logo-link .custom-logo, body #header-1 .header-container .custom-logo-link .custom-logo {
  max-height: 70px !important;
  max-width: 225px;
}
@media only screen and (max-width: 576px) {
  html #header-1 .header-container .custom-logo-link .custom-logo, body #header-1 .header-container .custom-logo-link .custom-logo {
    max-height: 35px !important;
    max-width: 112px;
  }
}
html #header-1 .header-container .right .lang-sosmed, body #header-1 .header-container .right .lang-sosmed {
  margin: 0px !important;
  padding: 0px !important;
}
html #header-1 .header-container .right .lang-sosmed .lang, body #header-1 .header-container .right .lang-sosmed .lang {
  color: #FFFFFF;
  margin-bottom: 40px;
}
html #header-1 .header-container .right .lang-sosmed .sosmed a, body #header-1 .header-container .right .lang-sosmed .sosmed a {
  padding: 8px;
  text-align: center;
}
html #header-1 .header-container .right .lang-sosmed .sosmed a i, body #header-1 .header-container .right .lang-sosmed .sosmed a i {
  font-size: 26px;
  color: #FFFFFF;
}
html #header-1 .header-container .right .nav-search .navbar-nav, body #header-1 .header-container .right .nav-search .navbar-nav {
  align-items: center;
  cursor: pointer !important;
}
html #header-1 .header-container .right .nav-search .navbar-nav li, body #header-1 .header-container .right .nav-search .navbar-nav li {
  text-align: center;
  padding: 0px 15px;
}
html #header-1 .header-container .right .nav-search .navbar-nav li a, body #header-1 .header-container .right .nav-search .navbar-nav li a {
  text-decoration: none;
  color: #FFFFFF;
  letter-spacing: 0.115em;
}
html #header-1 .header-container .right .nav-search .navbar-nav li a:hover, body #header-1 .header-container .right .nav-search .navbar-nav li a:hover {
  font-weight: 700;
  transition: 0.2s;
}
html #header-1 .header-container .right .nav-search .navbar-nav li .sub-menu, body #header-1 .header-container .right .nav-search .navbar-nav li .sub-menu {
  position: absolute;
  transition: 0.5s;
  background: rgba(118, 45, 90, 0.7);
  top: 144px;
  max-height: 0;
  overflow: hidden;
  list-style-type: none;
  padding: 0;
  min-width: 168px;
}
html #header-1 .header-container .right .nav-search .navbar-nav li .sub-menu li, body #header-1 .header-container .right .nav-search .navbar-nav li .sub-menu li {
  text-align: left;
  padding: 0;
  border-bottom: 1px solid #FFFFFF;
}
html #header-1 .header-container .right .nav-search .navbar-nav li .sub-menu li a, body #header-1 .header-container .right .nav-search .navbar-nav li .sub-menu li a {
  position: relative;
  display: block;
  padding: 6px 12px;
  font-weight: 700;
  font-size: 12px;
  letter-spacing: 0.36em;
  width: 100%;
}
html #header-1 .header-container .right .nav-search .navbar-nav li .sub-menu li a::after, body #header-1 .header-container .right .nav-search .navbar-nav li .sub-menu li a::after {
  content: ">";
  position: absolute;
  right: 12px;
}
html #header-1 .header-container .right .nav-search .navbar-nav li .sub-menu li a:hover, body #header-1 .header-container .right .nav-search .navbar-nav li .sub-menu li a:hover {
  background: rgba(118, 45, 90, 0.7);
}
html #header-1 .header-container .right .nav-search .navbar-nav li .sub-menu li:last-child, body #header-1 .header-container .right .nav-search .navbar-nav li .sub-menu li:last-child {
  border-bottom: none;
}
html #header-1 .header-container .right .nav-search .navbar-nav .current-menu-item, body #header-1 .header-container .right .nav-search .navbar-nav .current-menu-item {
  font-weight: 700;
  transition: 0.2s;
}
@media only screen and (min-width: 1200px) {
  html #header-1 .header-container .right .nav-search .navbar-nav #odb_search-nav, body #header-1 .header-container .right .nav-search .navbar-nav #odb_search-nav {
    display: none;
  }
}
html #header-1 .header-container .right .nav-search .navbar-nav .odb_nav-dropdown-container .odb_nav-dropdown, body #header-1 .header-container .right .nav-search .navbar-nav .odb_nav-dropdown-container .odb_nav-dropdown {
  min-width: 200px;
  background: rgba(118, 45, 90, 0.8);
  border-radius: 0;
  padding: 0;
  border: none;
}
html #header-1 .header-container .right .nav-search .navbar-nav .odb_nav-dropdown-container .odb_nav-dropdown li, body #header-1 .header-container .right .nav-search .navbar-nav .odb_nav-dropdown-container .odb_nav-dropdown li {
  border-bottom: 1px solid #FFFFFF;
}
html #header-1 .header-container .right .nav-search .navbar-nav .odb_nav-dropdown-container .odb_nav-dropdown li:hover, body #header-1 .header-container .right .nav-search .navbar-nav .odb_nav-dropdown-container .odb_nav-dropdown li:hover {
  background: rgba(214, 81, 163, 0.5);
}
html #header-1 .header-container .right .nav-search .navbar-nav .odb_nav-dropdown-container .odb_nav-dropdown li:last-child, body #header-1 .header-container .right .nav-search .navbar-nav .odb_nav-dropdown-container .odb_nav-dropdown li:last-child {
  border: none;
}
html #header-1 .header-container .right .nav-search .navbar-nav .odb_nav-dropdown-container .odb_nav-dropdown li a, body #header-1 .header-container .right .nav-search .navbar-nav .odb_nav-dropdown-container .odb_nav-dropdown li a {
  position: relative;
  font-weight: 700;
  font-size: 12px;
  letter-spacing: 0.36em;
}
html #header-1 .header-container .right .nav-search .navbar-nav .odb_nav-dropdown-container .odb_nav-dropdown li a:hover, body #header-1 .header-container .right .nav-search .navbar-nav .odb_nav-dropdown-container .odb_nav-dropdown li a:hover {
  background: none;
}
html #header-1 .header-container .right .nav-search .navbar-nav .odb_nav-dropdown-container .odb_nav-dropdown li a::after, body #header-1 .header-container .right .nav-search .navbar-nav .odb_nav-dropdown-container .odb_nav-dropdown li a::after {
  content: ">";
  position: absolute;
  right: 0;
}
@media only screen and (max-width: 1200px) {
  html #header-1 .header-container .right .nav-search .search-container, body #header-1 .header-container .right .nav-search .search-container {
    display: none;
  }
}
html #header-1 .header-container .right .nav-search .search-container input, body #header-1 .header-container .right .nav-search .search-container input {
  border: none;
  padding: 11px 13px;
  max-width: 290px;
  width: 100%;
  color: #762D5A;
}
html #header-1 .header-bg-container, body #header-1 .header-bg-container {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: #762D5A;
  opacity: 50%;
  mix-blend-mode: multiply;
}
html #header-1 .header-bg, body #header-1 .header-bg {
  filter: saturate(2);
  background: url("https://orchidee.co.id/wp-content/uploads/2023/05/GRADIENT.png");
  background-position: center;
  background-size: cover;
  position: absolute;
  z-index: -2;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: 45%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  mix-blend-mode: multiply;
}
html #header-1 .header-bg2, body #header-1 .header-bg2 {
  position: absolute;
  background: url("https://orchidee.co.id/wp-content/uploads/2023/05/GRADIENT.png");
  background-position: center;
  background-size: cover;
  z-index: -3;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: 45%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
html #header-2, body #header-2 {
  position: fixed;
  z-index: 99999;
}
html #header-2 .header-container, body #header-2 .header-container {
  padding: 11px 0px;
  margin: auto;
  max-width: 1440px;
  height: 100% !important;
  align-items: center;
}
@media only screen and (max-width: 1060px) {
  html #header-2 .header-container, body #header-2 .header-container {
    padding: 24px 0px;
  }
}
html #header-2 .header-container .custom-logo-link .custom-logo, body #header-2 .header-container .custom-logo-link .custom-logo {
  max-height: 45px !important;
  max-width: 125px;
}
@media only screen and (max-width: 1060px) {
  html #header-2 .header-container .custom-logo-link .custom-logo, body #header-2 .header-container .custom-logo-link .custom-logo {
    max-height: 36px !important;
    max-width: 112px;
  }
}
@media only screen and (min-width: 1060px) {
  html #header-2 .header-container .odb_nav-menu-mobile, body #header-2 .header-container .odb_nav-menu-mobile {
    display: none;
  }
}
html #header-2 .header-container .odb_nav-menu-mobile i, body #header-2 .header-container .odb_nav-menu-mobile i {
  cursor: pointer;
}
html #header-2 .header-container .odb_nav-menu-mobile i:hover, body #header-2 .header-container .odb_nav-menu-mobile i:hover {
  transform: scale(1.1);
  transition: 0.2s;
}
@media only screen and (max-width: 1060px) {
  html #header-2 .header-container .odb_mobile-nav, body #header-2 .header-container .odb_mobile-nav {
    overflow: hidden;
    max-height: 0;
    transition: 0.5s;
    background-color: rgba(101, 37, 130, 0.7);
    margin: 0px;
    margin-top: 30px;
  }
}
html #header-2 .header-container .lang-sosmed, body #header-2 .header-container .lang-sosmed {
  align-items: center;
  margin: 0px !important;
  padding: 0px !important;
}
html #header-2 .header-container .lang-sosmed .header-area, body #header-2 .header-container .lang-sosmed .header-area {
  margin: 0px !important;
  padding: 0px !important;
}
html #header-2 .header-container .lang-sosmed ul, body #header-2 .header-container .lang-sosmed ul {
  margin: 0;
}
@media only screen and (max-width: 1060px) {
  html #header-2 .header-container .lang-sosmed ul, body #header-2 .header-container .lang-sosmed ul {
    float: none;
    padding: 20px 0px;
    justify-content: center;
    gap: 30px;
  }
}
html #header-2 .header-container .lang-sosmed .lang, body #header-2 .header-container .lang-sosmed .lang {
  color: #FFFFFF;
  white-space: nowrap;
}
html #header-2 .header-container .lang-sosmed .sosmed a, body #header-2 .header-container .lang-sosmed .sosmed a {
  padding: 8px;
  text-align: center;
}
html #header-2 .header-container .lang-sosmed .sosmed a i, body #header-2 .header-container .lang-sosmed .sosmed a i {
  font-size: 26px;
  color: #FFFFFF;
}
html #header-2 .header-container .nav-search, body #header-2 .header-container .nav-search {
  margin-top: 30px;
}
html #header-2 .header-container .nav-search .navbar-nav, body #header-2 .header-container .nav-search .navbar-nav {
  cursor: pointer !important;
  align-items: center;
}
html #header-2 .header-container .nav-search .navbar-nav li, body #header-2 .header-container .nav-search .navbar-nav li {
  text-align: center;
  padding: 0px 8px;
}
@media only screen and (max-width: 1060px) {
  html #header-2 .header-container .nav-search .navbar-nav li, body #header-2 .header-container .nav-search .navbar-nav li {
    width: 100%;
    padding: 5px 0px;
    position: relative;
  }
  html #header-2 .header-container .nav-search .navbar-nav li:hover, body #header-2 .header-container .nav-search .navbar-nav li:hover {
    background-color: #762D5A;
    transition: 0.2s;
  }
}
html #header-2 .header-container .nav-search .navbar-nav li a, body #header-2 .header-container .nav-search .navbar-nav li a {
  text-decoration: none;
  color: #FFFFFF;
  letter-spacing: 0.115em;
}
html #header-2 .header-container .nav-search .navbar-nav li a:hover, body #header-2 .header-container .nav-search .navbar-nav li a:hover {
  font-weight: 700;
  transition: 0.2s;
}
html #header-2 .header-container .nav-search .navbar-nav li .sub-menu, body #header-2 .header-container .nav-search .navbar-nav li .sub-menu {
  position: absolute;
  transition: 0.5s;
  background: rgba(118, 45, 90, 0.7);
  top: 92px;
  max-height: 0;
  overflow: hidden;
  list-style-type: none;
  padding: 0;
  min-width: 168px;
  z-index: 99999999999;
}
@media only screen and (max-width: 1060px) {
  html #header-2 .header-container .nav-search .navbar-nav li .sub-menu, body #header-2 .header-container .nav-search .navbar-nav li .sub-menu {
    background: rgba(118, 45, 90, 0.7);
    top: 34px;
    width: 100%;
  }
}
html #header-2 .header-container .nav-search .navbar-nav li .sub-menu:hover, body #header-2 .header-container .nav-search .navbar-nav li .sub-menu:hover {
  max-height: 100px;
  transition: 0.5s;
}
html #header-2 .header-container .nav-search .navbar-nav li .sub-menu li, body #header-2 .header-container .nav-search .navbar-nav li .sub-menu li {
  text-align: left;
  padding: 0;
  border-bottom: 1px solid #FFFFFF;
}
html #header-2 .header-container .nav-search .navbar-nav li .sub-menu li a, body #header-2 .header-container .nav-search .navbar-nav li .sub-menu li a {
  position: relative;
  display: block;
  padding: 6px 12px;
  font-weight: 700;
  font-size: 12px;
  letter-spacing: 0.36em;
  width: 100%;
}
html #header-2 .header-container .nav-search .navbar-nav li .sub-menu li a::after, body #header-2 .header-container .nav-search .navbar-nav li .sub-menu li a::after {
  content: ">";
  position: absolute;
  right: 12px;
}
html #header-2 .header-container .nav-search .navbar-nav li .sub-menu li a:hover, body #header-2 .header-container .nav-search .navbar-nav li .sub-menu li a:hover {
  background: rgba(118, 45, 90, 0.7);
}
html #header-2 .header-container .nav-search .navbar-nav li .sub-menu li:last-child, body #header-2 .header-container .nav-search .navbar-nav li .sub-menu li:last-child {
  border-bottom: none;
}
html #header-2 .header-container .nav-search .navbar-nav .current-menu-item, body #header-2 .header-container .nav-search .navbar-nav .current-menu-item {
  font-weight: 700;
  transition: 0.2s;
}
html #header-2 .header-container .nav-search .navbar-nav .odb_nav-dropdown-container .odb_nav-dropdown, body #header-2 .header-container .nav-search .navbar-nav .odb_nav-dropdown-container .odb_nav-dropdown {
  min-width: 200px;
  background: rgba(118, 45, 90, 0.8);
  border-radius: 0;
  padding: 0;
  border: none;
}
html #header-2 .header-container .nav-search .navbar-nav .odb_nav-dropdown-container .odb_nav-dropdown li, body #header-2 .header-container .nav-search .navbar-nav .odb_nav-dropdown-container .odb_nav-dropdown li {
  border-bottom: 1px solid #FFFFFF;
}
html #header-2 .header-container .nav-search .navbar-nav .odb_nav-dropdown-container .odb_nav-dropdown li:hover, body #header-2 .header-container .nav-search .navbar-nav .odb_nav-dropdown-container .odb_nav-dropdown li:hover {
  background: rgba(214, 81, 163, 0.5);
}
html #header-2 .header-container .nav-search .navbar-nav .odb_nav-dropdown-container .odb_nav-dropdown li:last-child, body #header-2 .header-container .nav-search .navbar-nav .odb_nav-dropdown-container .odb_nav-dropdown li:last-child {
  border: none;
}
html #header-2 .header-container .nav-search .navbar-nav .odb_nav-dropdown-container .odb_nav-dropdown li a, body #header-2 .header-container .nav-search .navbar-nav .odb_nav-dropdown-container .odb_nav-dropdown li a {
  position: relative;
  font-weight: 700;
  font-size: 12px;
  letter-spacing: 0.36em;
}
html #header-2 .header-container .nav-search .navbar-nav .odb_nav-dropdown-container .odb_nav-dropdown li a:hover, body #header-2 .header-container .nav-search .navbar-nav .odb_nav-dropdown-container .odb_nav-dropdown li a:hover {
  background: none;
}
html #header-2 .header-container .nav-search .navbar-nav .odb_nav-dropdown-container .odb_nav-dropdown li a::after, body #header-2 .header-container .nav-search .navbar-nav .odb_nav-dropdown-container .odb_nav-dropdown li a::after {
  content: ">";
  position: absolute;
  right: 0;
}
html #header-2 .header-bg-container, body #header-2 .header-bg-container {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: #762D5A;
  opacity: 50%;
  mix-blend-mode: multiply;
}
html #header-2 .header-bg, body #header-2 .header-bg {
  filter: saturate(2);
  background: url("https://orchidee.co.id/wp-content/uploads/2023/05/GRADIENT.png");
  background-position: center;
  background-size: cover;
  position: absolute;
  z-index: -2;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: 45%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  mix-blend-mode: multiply;
}
@media only screen and (max-width: 576px) {
  html #header-2 .header-bg, body #header-2 .header-bg {
    opacity: 1;
  }
}
html content, body content {
  display: block;
  margin: auto;
  position: relative;
  max-width: 1440px;
  overflow: hidden;
}
html content .odb_sliderContainer, body content .odb_sliderContainer {
  height: 100vh !important;
}
html content .odb_sliderContainer .odb_sliderItemContainer, body content .odb_sliderContainer .odb_sliderItemContainer {
  height: 100vh !important;
}
html content .odb_sliderContainer .odb_sliderItemContainer .orchidee_sliderItem, body content .odb_sliderContainer .odb_sliderItemContainer .orchidee_sliderItem {
  height: 100vh !important;
}
html content .odb_sliderContainer .odb_sliderItemContainer .orchidee_sliderItem img, body content .odb_sliderContainer .odb_sliderItemContainer .orchidee_sliderItem img {
  height: 100vh !important;
}

.blank {
  flex: 1;
}

.odb_beranda-title {
  letter-spacing: 0.68em;
}
@media only screen and (max-width: 576px) {
  .odb_beranda-title {
    font-weight: 900;
    font-size: 11px;
    letter-spacing: 0.345em;
    color: #800C83;
  }
}

.odb_beranda-subtitle {
  font-weight: 600;
  letter-spacing: 0.025em;
}
@media only screen and (max-width: 576px) {
  .odb_beranda-subtitle {
    font-weight: 700;
    font-size: 20px !important;
    letter-spacing: 0.05em;
  }
}

@media only screen and (max-width: 576px) {
  .odb_desktop-only {
    display: none;
  }
}

@media only screen and (min-width: 576px) {
  .odb_mobile-only {
    display: none;
  }
}

@media only screen and (max-width: 576px) {
  .odb_mobile-bg-white {
    background: #FFFFFF !important;
  }
}

.odb_beranda-text {
  letter-spacing: 0.05em;
}

.wpf_autocomplete:before {
  content: "Placeholder";
  position: absolute;
  left: 10px;
  top: 6px;
}

.wpf_autocomplete:hover:before {
  display: none;
}

.h-100 {
  height: 100%;
}
.h-100 > div {
  height: 100%;
}

@media only screen and (max-width: 576px) {
  .odb_beranda-main-slider {
    display: none;
  }
}

.odb_beranda-mobile-main-slider {
  padding-top: 90px;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.04em;
  height: 535px;
  margin-bottom: 54px;
}
@media only screen and (max-width: 576px) {
  .odb_beranda-mobile-main-slider .white .sa_hero_slider, .odb_beranda-mobile-main-slider .black .sa_hero_slider {
    max-height: 445px !important;
  }
}
@media only screen and (max-width: 576px) {
  .odb_beranda-mobile-main-slider .wp-block-group__inner-container, .odb_beranda-mobile-main-slider .white, .odb_beranda-mobile-main-slider .owl-carousel {
    height: 100% !important;
  }
}
.odb_beranda-mobile-main-slider img {
  width: 100% !important;
}
.odb_beranda-mobile-main-slider h6 {
  font-size: 10px;
  letter-spacing: 0.115em;
  padding: 0px 38px;
}
.odb_beranda-mobile-main-slider h2 {
  font-weight: 800;
  font-size: 24px;
  letter-spacing: 0.115em;
  padding: 0px 38px;
}
.odb_beranda-mobile-main-slider p {
  padding: 0px 38px;
}
@media only screen and (min-width: 576px) {
  .odb_beranda-mobile-main-slider {
    display: none;
  }
}

@media only screen and (max-width: 576px) {
  .odb_beranda-content1-container .owl-stage {
    display: flex;
    gap: 7px;
  }
}
@media only screen and (max-width: 576px) {
  .odb_beranda-content1-container .owl-stage .owl-item {
    margin-right: 0px !important;
    flex: 1;
    height: 100%;
  }
}
@media only screen and (max-width: 576px) {
  .odb_beranda-content1-container .owl-stage .owl-item .carousel-slider__item {
    border-radius: 5px;
    overflow: hidden;
    background: #762D5A;
    min-height: 172px;
  }
  .odb_beranda-content1-container .owl-stage .owl-item .carousel-slider__item:hover {
    background: #5CBCB8;
    transition: 0.2s;
  }
}
.odb_beranda-content1-container .owl-stage .owl-item .carousel-slider__item a {
  text-decoration: none;
}
.odb_beranda-content1-container .owl-stage .owl-item .carousel-slider__item a .carousel-slider__caption {
  padding: 10px 14px;
}
.odb_beranda-content1-container .owl-stage .owl-item .carousel-slider__item a .carousel-slider__caption .title {
  margin-top: 0px;
  font-weight: 500 !important;
  font-size: 20px !important;
  text-align: center !important;
  letter-spacing: 0.03em !important;
  color: #000000;
}
@media only screen and (max-width: 576px) {
  .odb_beranda-content1-container .owl-stage .owl-item .carousel-slider__item a .carousel-slider__caption .title {
    color: #FFFFFF;
    font-size: 11px !important;
    letter-spacing: 0.025em !important;
  }
}

.carousel-slider-nav-icon {
  color: #762D5A;
}

.odb_beranda-content2-container .carousel-slider[data-slide-type=post-carousel] .owl-stage {
  flex-wrap: unset;
}
.odb_beranda-content2-container .owl-stage {
  gap: 7px;
}
@media only screen and (max-width: 576px) {
  .odb_beranda-content2-container .owl-stage .owl-item {
    margin-right: 0px !important;
    flex: 1;
  }
}
.odb_beranda-content2-container .owl-stage .owl-item .carousel-slider__post {
  box-shadow: none;
}
@media only screen and (max-width: 576px) {
  .odb_beranda-content2-container .owl-stage .owl-item .carousel-slider__post {
    border-radius: 5px;
    overflow: hidden;
    background: #762D5A;
    min-height: 172px;
  }
  .odb_beranda-content2-container .owl-stage .owl-item .carousel-slider__post:hover {
    background: #5CBCB8;
    transition: 0.2s;
  }
}
@media only screen and (max-width: 576px) {
  .odb_beranda-content2-container .owl-stage .owl-item .carousel-slider__post .carousel-slider__post-content {
    margin: 0px !important;
    padding: 0px !important;
  }
}
.odb_beranda-content2-container .owl-stage .owl-item .carousel-slider__post .carousel-slider__post-content .carousel-slider__post-header .carousel-slider__post-image {
  height: 318px;
}
@media only screen and (max-width: 576px) {
  .odb_beranda-content2-container .owl-stage .owl-item .carousel-slider__post .carousel-slider__post-content .carousel-slider__post-header .carousel-slider__post-image {
    height: 132px;
  }
}
.odb_beranda-content2-container .owl-stage .owl-item .carousel-slider__post .carousel-slider__post-content .carousel-slider__post-header .carousel-slider__post-title {
  display: block;
  margin: 0;
  margin-top: 36px;
  padding: 0px 25px;
  text-decoration: none;
  height: 30px;
}
@media only screen and (max-width: 576px) {
  .odb_beranda-content2-container .owl-stage .owl-item .carousel-slider__post .carousel-slider__post-content .carousel-slider__post-header .carousel-slider__post-title {
    margin: 0px !important;
    padding: 10px 14px !important;
    height: auto;
    min-height: auto;
  }
}
.odb_beranda-content2-container .owl-stage .owl-item .carousel-slider__post .carousel-slider__post-content .carousel-slider__post-header .carousel-slider__post-title h2 {
  font-weight: 700 !important;
  font-size: 16px !important;
  letter-spacing: 20% !important;
  text-align: center;
  word-break: break-all;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #000000;
  display: -webkit-box;
  -webkit-line-clamp: 2; /* number of lines to show */
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
@media only screen and (max-width: 576px) {
  .odb_beranda-content2-container .owl-stage .owl-item .carousel-slider__post .carousel-slider__post-content .carousel-slider__post-header .carousel-slider__post-title h2 {
    margin: 0px !important;
    font-size: 11px !important;
    letter-spacing: 0.025em !important;
    color: #FFFFFF;
  }
}
.odb_beranda-content2-container .owl-stage .owl-item .carousel-slider__post .carousel-slider__post-content .carousel-slider__post-excerpt {
  margin: 0;
  padding: 0px 25px;
  font-size: 16px !important;
  letter-spacing: 0.1em !important;
  text-align: center;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2; /* number of lines to show */
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
@media only screen and (max-width: 576px) {
  .odb_beranda-content2-container .owl-stage .owl-item .carousel-slider__post .carousel-slider__post-content .carousel-slider__post-excerpt {
    display: none;
  }
}
.odb_beranda-content2-container .owl-stage .owl-item .carousel-slider__post .carousel-slider__post-meta {
  display: none;
}

.odb_beranda-content3-container .owl-item {
  text-align: center;
}
@media only screen and (max-width: 576px) {
  .odb_beranda-content3-container .owl-item .sa_hover_container {
    padding: 0px 30px !important;
  }
}
.odb_beranda-content3-container .owl-item img {
  max-height: 250px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 500px;
}
.odb_beranda-content3-container .owl-item h3 {
  font-weight: 700 !important;
  font-size: 16px !important;
  letter-spacing: 20% !important;
}
.odb_beranda-content3-container .owl-item p {
  font-size: 16px !important;
  letter-spacing: 10% !important;
}
@media only screen and (max-width: 576px) {
  .odb_beranda-content3-container .white .sa_owl_theme .owl-nav {
    display: none !important;
  }
}
.odb_beranda-content3-container .white .sa_owl_theme .owl-nav .owl-prev, .odb_beranda-content3-container .white .sa_owl_theme .owl-nav .owl-next {
  background-color: #762D5A !important;
  opacity: 0.7;
}
.odb_beranda-content3-container .white .sa_owl_theme .owl-nav .owl-prev:hover, .odb_beranda-content3-container .white .sa_owl_theme .owl-nav .owl-next:hover {
  background-color: #762D5A !important;
  opacity: 1;
  transition: 0.2s;
}

@media only screen and (max-width: 576px) {
  .odb_beranda-content4-container {
    display: none;
  }
}
.odb_beranda-content4-container .eapps-instagram-feed-posts-item-template-classic {
  border: none !important;
}
.odb_beranda-content4-container .eapps-instagram-feed-posts-item-template-classic .eapps-instagram-feed-posts-item-text {
  font-family: "Raleway", sans-serif !important;
  font-weight: 300;
  font-size: 18px;
  letter-spacing: 0.005em;
}

@media only screen and (max-width: 576px) {
  .odb_beranda-content5-container {
    display: none;
  }
}

.odb_beranda-content6-container {
  width: 100%;
}

.odb_beranda-content-container {
  padding: 50px 100px;
  max-width: 1440px;
  margin: auto;
  overflow: hidden;
}
@media only screen and (max-width: 576px) {
  .odb_beranda-content-container {
    padding: 50px 6px;
  }
}
.odb_beranda-content-container .odb_content2-container .odb_content2-item img {
  max-width: 390px;
  max-height: 320px;
  width: 100%;
  margin-bottom: 36px;
}
.odb_beranda-content-container .odb_content2-container .odb_content2-item .title {
  font-weight: 700;
  font-size: 15px;
  text-align: center;
  letter-spacing: 0.2em;
  margin-bottom: 24px;
}
.odb_beranda-content-container .odb_content2-container .odb_content2-item .text {
  font-size: 15px;
  text-align: center;
  letter-spacing: 0.2em;
  max-width: 225px;
  margin: auto;
}
.odb_beranda-content-container .odb_content3-container .odb_content3-item {
  padding: 32px;
  max-width: 350px;
  text-align: center;
}
.odb_beranda-content-container .odb_content3-container .odb_content3-item img {
  width: 250px;
  height: 250px;
  margin-bottom: 36px;
}
.odb_beranda-content-container .odb_content3-container .odb_content3-item .nama {
  font-weight: 700;
  font-size: 20px;
  text-align: center;
  letter-spacing: 0.2em;
  margin-bottom: 24px;
}
.odb_beranda-content-container .odb_content3-container .odb_content3-item .job {
  font-size: 18px;
  text-align: center;
  letter-spacing: 0.2em;
  margin-bottom: 24px;
}
.odb_beranda-content-container .odb_content3-container .odb_content3-item .text {
  font-size: 16px;
  text-align: center;
  letter-spacing: 0.2em;
  margin: auto;
}
.odb_beranda-content-container .odb_content4-container {
  align-self: center;
}
.odb_beranda-content-container .odb_content4-container .odb_content4-item {
  padding: 32px;
}
.odb_beranda-content-container .odb_content4-container .odb_content4-item .odb_content4-img {
  width: 100%;
  margin-bottom: 17px;
}
.odb_beranda-content-container .odb_content4-container .odb_content4-item .odb_feed-container {
  margin-bottom: 23px;
}
.odb_beranda-content-container .odb_content4-container .odb_content4-item .odb_feed-container .odb_feed-item img {
  width: 30px;
  height: 30px;
}
.odb_beranda-content-container .odb_content4-container .odb_content4-item .odb_feed-content .odb_feed-profile {
  align-items: center;
}
.odb_beranda-content-container .odb_content4-container .odb_content4-item .odb_feed-content .odb_feed-profile img {
  width: 56px;
  height: 56px;
  border-radius: 50px;
}
.odb_beranda-content-container .odb_content4-container .odb_content4-item .odb_feed-content .odb_feed-profile span {
  color: #909090;
  font-size: 20px;
  letter-spacing: 0.005em;
}
.odb_beranda-content-container .odb_content4-container .odb_content4-item .odb_feed-content .odb_feed-text {
  padding-left: 73px;
}
.odb_beranda-content-container .odb_content4-container .odb_content4-item .odb_feed-content .odb_feed-text p {
  font-weight: 300;
  font-size: 16px;
  letter-spacing: 0.005em;
}
@media only screen and (max-width: 576px) {
  .odb_beranda-content-container .odb_content5-container {
    display: none;
  }
}
.odb_beranda-content-container .odb_content5-container .odb_content5-highlight-container {
  text-align: center;
  margin-bottom: 39px;
}
.odb_beranda-content-container .odb_content5-container .odb_content5-highlight-container .odb_content5-highlight {
  margin: auto;
  width: 711px;
  height: 400px;
  background: #909090;
  margin-top: 54px;
  margin-bottom: 21px;
}
.odb_beranda-content-container .odb_content5-container .odb_content5-highlight-container span {
  font-weight: 600;
  font-size: 17px;
  letter-spacing: 0.005em;
}
.odb_beranda-content-container .odb_content5-container .odb_content5-item-container .odb_content5-item {
  padding: 32px;
}
.odb_beranda-content-container .odb_content5-container .odb_content5-item-container .odb_content5-item .odb_content5-item-img {
  min-height: 236px;
  background: #909090;
  margin-bottom: 29px;
}
.odb_beranda-content-container .odb_content5-container .odb_content5-item-container .odb_content5-item span {
  font-weight: 600;
  font-size: 17px;
  letter-spacing: 0.005em;
}

.footer {
  position: relative;
  background: url("https://orchidee.co.id/wp-content/uploads/2023/05/GRADIENT.png");
  background-position: center;
  background-size: cover;
  padding: 27px 60px 60px 60px;
}
@media only screen and (max-width: 576px) {
  .footer {
    padding: 6px;
  }
}
.footer .footer-container {
  position: relative;
  max-width: 1440px;
  margin: auto;
}
.footer .footer-container .odb_footer-btt {
  position: absolute;
  right: 0;
  top: 0;
  background: none;
  border: none;
  color: #FFFFFF;
  font-weight: 500;
  font-size: 10px;
  letter-spacing: 0.02em;
}
@media only screen and (max-width: 576px) {
  .footer .footer-container .odb_footer-btt {
    position: relative;
    margin-bottom: 32px;
  }
}
.footer .footer-container .odb_footer-btt:hover {
  font-weight: 800;
  transition: 0.2s;
}
.footer .footer-container .odb_footer-left {
  padding: 36px 0px 0px 24px;
  text-align: left;
}
.footer .footer-container .odb_footer-left .odb_footer-title {
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 0.02em;
}
.footer .footer-container .odb_footer-left .odb_footer-address {
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0.02em;
}
.footer .footer-container .odb_footer-right {
  text-align: right;
}
@media only screen and (max-width: 576px) {
  .footer .footer-container .odb_footer-right {
    text-align: center;
  }
}
.footer .footer-container .odb_footer-right nav ul {
  list-style-type: none;
  padding: 0px;
  display: flex;
  justify-content: center;
}
@media only screen and (min-width: 576px) {
  .footer .footer-container .odb_footer-right nav ul {
    justify-content: end;
  }
}
.footer .footer-container .odb_footer-right nav ul li {
  padding: 0px 10px;
  border-right: 1px solid #FFFFFF;
}
@media only screen and (max-width: 576px) {
  .footer .footer-container .odb_footer-right nav ul li {
    padding: 0px 5px;
    border-right: 0.5px solid #FFFFFF;
  }
}
.footer .footer-container .odb_footer-right nav ul li:last-child {
  border-right: none;
  padding-right: 0px;
}
.footer .footer-container .odb_footer-right nav ul li a {
  text-decoration: none;
  color: #FFFFFF;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0.105em;
}
@media only screen and (max-width: 576px) {
  .footer .footer-container .odb_footer-right nav ul li a {
    font-size: 10px;
  }
}
@media only screen and (max-width: 480px) {
  .footer .footer-container .odb_footer-right nav ul li a {
    font-size: 8px;
  }
}
@media only screen and (max-width: 400px) {
  .footer .footer-container .odb_footer-right nav ul li a {
    font-size: 6px;
  }
}
@media only screen and (max-width: 325px) {
  .footer .footer-container .odb_footer-right nav ul li a {
    font-size: 4px;
  }
}
.footer .footer-container .odb_footer-right nav ul li a:hover {
  font-weight: 800;
  transition: 0.2s;
}
.footer .footer-container .odb_footer-right .odb_footer-copy {
  font-weight: 700;
  font-size: 12px;
  line-height: 220%;
  letter-spacing: 0.02em;
}
.footer .footer-container .odb_footer-right .odb_footer-powered {
  font-weight: 500;
  font-size: 10px;
  letter-spacing: 0.02em;
}

.odb_category-content {
  padding-top: 144px;
  max-width: 1440px;
  margin: auto;
  overflow: hidden;
}
@media only screen and (max-width: 576px) {
  .odb_category-content {
    padding-top: 90px;
  }
}
.odb_category-content .odb_category-image {
  width: 100%;
  max-width: 100vw;
  max-height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: 60px;
}
.odb_category-content .odb_cat-title {
  color: #762D5A;
  font-weight: 800;
  font-size: 48px;
  letter-spacing: 0.33em;
  margin-bottom: 24px;
  word-break: break-all;
}
@media only screen and (max-width: 576px) {
  .odb_category-content .odb_cat-title {
    font-size: 36px;
  }
}
.odb_category-content .attachment-post-thumbnail {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.odb_category-content .site-content {
  padding: 0px 60px !important;
}
@media only screen and (max-width: 576px) {
  .odb_category-content .site-content {
    padding: 20px;
  }
}
.odb_category-content #content .odb_post-array-container {
  border-top: 1px solid #C4C4C4;
  padding-top: 24px;
  padding-bottom: 70px;
}
.odb_category-content #content .odb_post-container {
  padding-top: 24px;
  padding-bottom: 70px;
}
.odb_category-content #content img {
  margin-bottom: 43px;
}
.odb_category-content .entry .odb_post-title {
  font-weight: 600;
  font-size: 36px;
  letter-spacing: 0.045em;
  margin-bottom: 30px;
}
@media only screen and (max-width: 576px) {
  .odb_category-content .entry .odb_post-title {
    font-size: 26px;
  }
}
.odb_category-content .entry .odb_post-title a {
  text-decoration: none;
  color: #000000;
}
.odb_category-content .entry p {
  font-size: 18px;
  letter-spacing: 0.045em;
  margin-bottom: 30px;
}
.odb_category-content .entry .odb_post-date {
  font-size: 12px;
  letter-spacing: 0.045em;
  margin-bottom: 30px;
}

.sidebar-area-one {
  padding: 0px 52px;
}
@media only screen and (max-width: 576px) {
  .sidebar-area-one {
    padding: 10px;
  }
}
.sidebar-area-one h3 {
  padding: 15px 23px;
  background: url("https://orchidee.co.id/wp-content/uploads/2023/05/GRADIENT.png");
  background-position: bottom center;
  background-size: 200%;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0.35em;
}
.sidebar-area-one h2 {
  padding: 18px 23px;
  background: url("https://orchidee.co.id/wp-content/uploads/2023/05/GRADIENT.png");
  background-position: bottom center;
  background-size: 200%;
  font-weight: 700;
  font-size: 21px;
  letter-spacing: 0.33em;
  margin-bottom: 50px;
}
.sidebar-area-one .wp-block-laco.id-posts {
  padding: 9px 24px;
}
.sidebar-area-one .wp-block-laco.id-posts li a {
  text-decoration: none;
  font-size: 14px;
  letter-spacing: 0.11em;
  color: #000000;
}
.sidebar-area-one .wp-block-image {
  padding-bottom: 32px;
}
.sidebar-area-one h4 {
  margin-bottom: 8px;
}
.sidebar-area-one .odb_sidebar-treatment-post .wp-block-latest-posts__list {
  padding: 24px 0px 45px 24px;
}
.sidebar-area-one .odb_sidebar-treatment-post .wp-block-latest-posts__list li {
  font-size: 14px;
  line-height: 258.9%;
  letter-spacing: 0.11em;
}
.sidebar-area-one .odb_sidebar-treatment-post .wp-block-latest-posts__list li a {
  text-decoration: none;
  color: #000000;
}
.sidebar-area-one .odb_sidebar-promotion-post img {
  width: 100%;
}
.sidebar-area-one .odb_sidebar-promotion-post .wp-block-latest-posts__post-title {
  font-weight: 700;
  font-size: 24px;
  line-height: 28px;
  text-align: center;
  letter-spacing: 0.33em;
  color: #762D5A;
  text-decoration: none;
}
.sidebar-area-one .odb_sidebar-promotion-post .wp-block-latest-posts__post-excerpt {
  font-weight: 600;
  font-size: 14px;
  line-height: 170%;
  text-align: center;
  letter-spacing: 0.045em;
  color: #762D5A;
}

.odb_sidebar-promo li {
  margin-bottom: 72px !important;
  text-align: center !important;
}
.odb_sidebar-promo li .wp-block-laco.id-posts__featured-image {
  margin-bottom: 32px !important;
}
.odb_sidebar-promo li .wp-block-laco.id-posts__featured-image img {
  width: 100%;
}
.odb_sidebar-promo li .wp-block-laco.id-posts__post-title {
  font-weight: 700 !important;
  font-size: 24px !important;
  line-height: 28px !important;
  letter-spacing: 0.33em !important;
  color: #762D5A !important;
  margin-bottom: 8px !important;
}
.odb_sidebar-promo li .wp-block-laco.id-posts__post-excerpt {
  font-weight: 600 !important;
  font-size: 14px !important;
  letter-spacing: 0.045em !important;
  color: #762D5A !important;
}

breadcrumbs {
  display: block;
  font-size: 12px;
  letter-spacing: 0.41em;
  margin-bottom: 15px;
}
breadcrumbs a {
  text-decoration: none;
  color: #000000;
}

.odb_produk-group {
  margin: 50px 242px;
  border-bottom: 1px solid #C4C4C4;
}
@media only screen and (max-width: 576px) {
  .odb_produk-group {
    margin: 50px 10px;
  }
}
.odb_produk-group:last-child {
  border-bottom: none;
}
.odb_produk-group h2 {
  font-weight: 700;
  font-size: 48px;
  letter-spacing: 0.33em;
  margin-bottom: 24px;
}
@media only screen and (max-width: 576px) {
  .odb_produk-group h2 {
    font-size: 36px;
  }
}
.odb_produk-group .odb_produk-cat {
  font-size: 11px;
  letter-spacing: 0.41em;
}
.odb_produk-group .odb_produk-image img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.odb_produk-group .odb_produk-title {
  font-weight: 600;
  font-size: 27px;
  letter-spacing: 0.045em;
}
.odb_produk-group .odb_produk-text {
  font-size: 15px;
  letter-spacing: 0.045em;
}
.odb_produk-group h3 {
  font-weight: 700;
  font-size: 18px;
  letter-spacing: 0.045em;
}
.odb_produk-group p {
  font-size: 18px;
  letter-spacing: 0.045em;
}

.odb_about-content-group {
  padding: 50px 122px;
}
@media only screen and (max-width: 576px) {
  .odb_about-content-group {
    padding: 50px 6px;
  }
}

.odb_about-group {
  margin: 50px 122px;
}
@media only screen and (max-width: 576px) {
  .odb_about-group {
    margin: 50px 6px;
  }
}

.odb_image-full img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

label, .frm_primary_label {
  font-weight: 400 !important;
  font-size: 18px !important;
  letter-spacing: 0.045em !important;
}

input, textarea, .wpforms-field-large, .wpforms-field-required {
  border: none !important;
  box-shadow: inset 0px 2px 5px rgba(0, 0, 0, 0.1) !important;
}

.odb_form-submit, .frm_button_submit {
  border-radius: 0 !important;
  width: 280px !important;
  font-size: 18px !important;
  letter-spacing: 0.34em !important;
  text-transform: uppercase !important;
}

@media only screen and (max-width: 576px) {
  .odb_desktop-only {
    display: none;
  }
}

.odb_search-container {
  min-height: 100vh;
  padding: 10px;
  padding-top: 200px;
}
.odb_search-container .searchform {
  margin-bottom: 50px;
}
.odb_search-container .searchform div {
  display: flex;
  gap: 5px;
}
.odb_search-container .searchform div input {
  height: 50px;
  border: 1px solid #E5E5E5;
  box-shadow: inset 0px 2px 5px rgba(0, 0, 0, 0.1);
  font-size: 18px;
  letter-spacing: 0.115em;
  width: 10%;
  padding: 10px;
}
.odb_search-container .searchform div input[type=text] {
  flex: 1;
}

.odb_category-content main, .odb_category-content-blog main {
  padding: 0px 122px;
}
@media only screen and (max-width: 576px) {
  .odb_category-content main, .odb_category-content-blog main {
    padding: 0px 6px;
  }
}
.odb_category-content main .odb_cat-blog-recent, .odb_category-content-blog main .odb_cat-blog-recent {
  border-bottom: 1px solid #C4C4C4;
  margin-bottom: 30px;
}
.odb_category-content main .odb_cat-blog-recent .odb_cat-blog-last article .entry-header img, .odb_category-content-blog main .odb_cat-blog-recent .odb_cat-blog-last article .entry-header img {
  margin-bottom: 34px;
}
.odb_category-content main .odb_cat-blog-recent .odb_cat-blog-last article .entry-header .entry-title, .odb_category-content-blog main .odb_cat-blog-recent .odb_cat-blog-last article .entry-header .entry-title {
  font-weight: 700;
  font-size: 36px;
  letter-spacing: 0.13em;
  margin-bottom: 32px;
}
@media only screen and (max-width: 576px) {
  .odb_category-content main .odb_cat-blog-recent .odb_cat-blog-last article .entry-header .entry-title, .odb_category-content-blog main .odb_cat-blog-recent .odb_cat-blog-last article .entry-header .entry-title {
    font-size: 26px;
  }
}
.odb_category-content main .odb_cat-blog-recent .odb_cat-blog-last article .entry-header .entry-title a, .odb_category-content-blog main .odb_cat-blog-recent .odb_cat-blog-last article .entry-header .entry-title a {
  color: #762D5A;  
  text-decoration: none;
}
.odb_category-content main .odb_cat-blog-recent .odb_cat-blog-last article .entry-content, .odb_category-content-blog main .odb_cat-blog-recent .odb_cat-blog-last article .entry-content {
  max-height: 250px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: 32px;
}
.odb_category-content main .odb_cat-blog-recent .odb_cat-blog-last article .entry-content > *, .odb_category-content-blog main .odb_cat-blog-recent .odb_cat-blog-last article .entry-content > * {
  white-space: pre-wrap;
  overflow-wrap: break-word;
}
.odb_category-content main .odb_cat-blog-recent .odb_cat-blog-last article .entry-content p, .odb_category-content-blog main .odb_cat-blog-recent .odb_cat-blog-last article .entry-content p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
}
.odb_category-content main .odb_cat-blog-recent .odb_cat-blog-last article .entry-content .read-more, .odb_category-content-blog main .odb_cat-blog-recent .odb_cat-blog-last article .entry-content .read-more {
  font-size: 18px;
  letter-spacing: 0.045em;
  color: #762D5A;
  text-decoration: none;
}
.odb_category-content main .odb_cat-blog-recent .odb_cat-blog-last article .author, .odb_category-content-blog main .odb_cat-blog-recent .odb_cat-blog-last article .author {
  font-size: 11px;
  letter-spacing: 0.045em;
}
.odb_category-content main .odb_cat-blog-recent .odb_cat-blog-sidebar, .odb_category-content-blog main .odb_cat-blog-recent .odb_cat-blog-sidebar {
  padding-left: 30px !important;
}
.odb_category-content main .odb_cat-blog-recent .odb_cat-blog-sidebar article, .odb_category-content-blog main .odb_cat-blog-recent .odb_cat-blog-sidebar article {
  padding-top: 26px;
  padding-bottom: 10px;
  border-top: 1px solid #C4C4C4;
}
@media only screen and (min-width: 576px) {
  .odb_category-content main .odb_cat-blog-recent .odb_cat-blog-sidebar article:first-child, .odb_category-content-blog main .odb_cat-blog-recent .odb_cat-blog-sidebar article:first-child {
    border-top: none;
    padding-top: 0px;
  }
}
@media only screen and (max-width: 576px) {
  .odb_category-content main .odb_cat-blog-recent .odb_cat-blog-sidebar article:first-child, .odb_category-content-blog main .odb_cat-blog-recent .odb_cat-blog-sidebar article:first-child {
    margin-top: 26px;
  }
}
.odb_category-content main .odb_cat-blog-recent .odb_cat-blog-sidebar article .author, .odb_category-content-blog main .odb_cat-blog-recent .odb_cat-blog-sidebar article .author {
  font-size: 11px;
  letter-spacing: 0.045em;
  margin-bottom: 15px;
}
.odb_category-content main .odb_cat-blog-recent .odb_cat-blog-sidebar article .entry-header img, .odb_category-content-blog main .odb_cat-blog-recent .odb_cat-blog-sidebar article .entry-header img {
  margin-bottom: 25px;
}
.odb_category-content main .odb_cat-blog-recent .odb_cat-blog-sidebar article .entry-header .entry-title, .odb_category-content-blog main .odb_cat-blog-recent .odb_cat-blog-sidebar article .entry-header .entry-title {
  font-weight: 700;
  font-size: 21px;
  letter-spacing: 0.33em;
  margin-bottom: 16px;
}
.odb_category-content main .odb_cat-blog-recent .odb_cat-blog-sidebar article .entry-header .entry-title a, .odb_category-content-blog main .odb_cat-blog-recent .odb_cat-blog-sidebar article .entry-header .entry-title a {
  color: #762D5A;
  text-decoration: none;
}
.odb_category-content main .odb_cat-blog-recent .odb_cat-blog-sidebar article .entry-content p, .odb_category-content-blog main .odb_cat-blog-recent .odb_cat-blog-sidebar article .entry-content p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  font-weight: 600;
  font-size: 15px;
  letter-spacing: 0.045em;
  overflow: hidden;
}
.odb_category-content main .page-header .page-title, .odb_category-content-blog main .page-header .page-title {
  font-weight: 700;
  font-size: 24px;
  letter-spacing: 0em;
  color: #762D5A;
  margin-bottom: 45px;
}
.odb_category-content main #category-posts, .odb_category-content-blog main #category-posts {
  margin-bottom: 100px;
  row-gap: 100px;
}
.odb_category-content main #category-posts article, .odb_category-content-blog main #category-posts article {
  padding: 0px 10px !important;
}
.odb_category-content main #category-posts article .entry-header img, .odb_category-content-blog main #category-posts article .entry-header img {
  height: 360px;
  width: 100%;
  margin-bottom: 26px;
}
.odb_category-content main #category-posts article .entry-header .entry-title, .odb_category-content-blog main #category-posts article .entry-header .entry-title {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  height: 48px;
  font-weight: 800;
  font-size: 21px;
  letter-spacing: 0.33em;
  margin-bottom: 24px;
}
.odb_category-content main #category-posts article .entry-header .entry-title a, .odb_category-content-blog main #category-posts article .entry-header .entry-title a {
  color: #762D5A;
  text-decoration: none;
}
.odb_category-content main #category-posts article .entry-content p, .odb_category-content-blog main #category-posts article .entry-content p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  font-weight: 600;
  font-size: 15px;
  letter-spacing: 0.045em;
}
.odb_category-content main .load-more, .odb_category-content-blog main .load-more {
  text-align: center;
  margin-bottom: 130px;
}
.odb_category-content main .load-more button, .odb_category-content-blog main .load-more button {
  background: none;
  border: none;
  font-weight: 800;
  font-size: 21px;
  letter-spacing: 0.33em;
  color: #762D5A;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.loader {
  opacity: 0;
  transition: 0.2s;
  margin: auto;
  border: 4px solid #f3f3f3; /* Set the border color */
  border-top: 4px solid #762D5A; /* Set the color of the spinning element */
  border-radius: 50%;
  width: 30px;
  height: 30px;
  animation: spin 1s linear infinite; /* Apply the spin animation */
}

.odb_category-content-promo .row .site-content .entry-header .entry-title {
  margin-top: 82px;
  text-align: center;
}
.odb_category-content-promo .row .site-content .entry-header .entry-title a {
  font-weight: 700;
  font-size: 48px;
  letter-spacing: 0.33em;
  color: #762D5A;
  text-decoration: none;
}

.odb_category-content-blog-single .site-main .odb_cat-blog-recent {
  margin-top: 56px;
}
.odb_category-content-blog-single .site-main .odb_cat-blog-recent .odb_cat-blog-last .author {
  margin-bottom: 32px;
  font-size: 14px;
  letter-spacing: 0.045em;
}
.odb_category-content-blog-single .site-main .odb_cat-blog-recent .odb_cat-blog-last .entry-content {
  max-height: inherit;
  overflow: auto;
  text-overflow: inherit;
  white-space: inherit;
}
.odb_category-content-blog-single .site-main .odb_cat-blog-recent .odb_cat-blog-last .entry-content p {
  display: block !important;
  -webkit-box-orient: initial !important;
  -webkit-line-clamp: inherit !important;
  overflow: auto !important;
}

.odb_blog-content-sidebar-header {
  border-top: 1px solid #C4C4C4;
  border-bottom: 1px solid #C4C4C4;
  padding: 12px 0px;
  text-align: center;
  font-weight: 700;
  font-size: 20px;
  letter-spacing: 0.33em;
}

.odb_beranda-youtube {
  max-width: 1090px;
  margin: auto;
}/*# sourceMappingURL=main.css.map */