/*
Theme Name: Salient Child Theme
Description: This is a custom child theme for Salient
Theme URI:   https://themeforest.net/item/salient-responsive-multipurpose-theme/4363266
Author: ThemeNectar
Author URI:  https://themeforest.net/user/themenectar
Template: salient
Version: 1.0
*/

@font-face {
  font-family: centurygothic;
  src: url("https://hue-light.com/wp-content/uploads/2025/08/centurygothic_bold-1.ttf");
  font-weight: 700;
}
@font-face {
  font-family: centurygothic;
  src: url("https://hue-light.com/wp-content/uploads/2025/08/centurygothic-1.ttf");
  font-weight: 400;
}
@font-face {
  font-family: gothic;
  src: url("https://hue-light.com/wp-content/uploads/2025/08/gothic.ttf");
}
.page-id-6863 td:first-child,
.page-id-6863 h1,
.page-id-6863 h2,
.page-id-6863 h3,
.page-id-6863 h4,
.page-id-6863 h5,
.page-id-6863 h6 {
  font-family: "centurygothic" !important;
  font-weight: 700 !important;
}
header#top a,
header#top span,
.page-id-6863 a,
.page-id-6863 td,
.page-id-6863 p,
.page-id-6863 label,
.page-id-6863 form *,
.page-id-6863 span {
  font-family: centurygothic !important;
  font-weight: 400 !important;
}

.page-id-6863 a.nectar-button span {
  font-family: Arimo, Noto Sans KR, sans-serif !important;
}

/* single blog table */
.single .single_content__block_details table td {
  font-size: 18px !important;
}

@media (max-width: 767px) {
  .single .single_content__block_details table td {
    font-size: 15px !important;
    padding: 10px 5px !important;
  }
}

/* HTML SiteMap */

@font-face {
  font-family: "Arimo";
  src: url("fonts/arimo/arimo-v29-latin-regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Noto Sans KR";
  src: url("fonts/noto-sans-kr/noto-sans-kr-v36-latin-regular.woff2")
    format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "bootstrap-icons";
  src: url("fonts/bootstrap/bootstrap-icons.woff2") format("woff2"),
    url("fonts/bootstrap/bootstrap-icons.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

.article_main_container {
  max-width: 980px;
  margin: 0 auto;
}

.article_main_container .entry-title {
  font-size: 21px;
  font-weight: 600;
  border-bottom: 1px solid rgba(0, 0, 0, 0.16);
  line-height: 40px;
}

.article_main_container .entry-content h2 {
  font-size: 18px;
  padding-top: 20px;
}

.article_main_container ul li {
  list-style: none;
}

.article_main_container ul {
  margin-left: unset;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  column-gap: 20px;
}

/* Footer Background Color */
div#footer-widgets {
  background-color: #fff!important;
}

#footer-widgets .footer_container .terms_menu a {
  color: #ffffff !important;
}

/* New cpt styles */
.search-bar {
  margin-bottom: 20px;
  margin-inline: auto;
  width: max-content;
}

.search-bar input {
  padding: 8px 14px !important;
  width: 320px !important;
  border: 1px solid #c49a6b52 !important;
  border-radius: 24px !important;
  height: 40px;
  background-color: #fff !important;
}

.search-bar button {
  padding: 8px 15px;
  margin-left: 5px;
  border: 1px solid #ccc;
  background: #333;
  color: #fff;
  border-radius: 5px;
  cursor: pointer;
}

body[data-form-submit="regular"]
  .container-wrap
  .search-bar
  button[type="submit"] {
  padding: 8px 14px !important;
  height: 40px;
  border: 1px solid #c49a6b;
  border-radius: 24px !important;
}

.filter-buttons,
.tag-filter-buttons {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-bottom: 20px;
  justify-content: center;
  margin-left: 0;
}

.filter-btn,
.tag_option {
  padding: 6px 15px;
  border: 1px solid #ccc;
  background: white;
  border-radius: 24px;
  cursor: pointer;
  text-decoration: none;
  color: black;
  display: inline-block;
  list-style: none;
}

.filter-btn.active,
.tag_option.active {
  background: black;
  color: white;
  font-weight: bold;
}

.blog-posts {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(auto-fill, minmax(297px, 1fr));
  position: relative;
}

.blog-post {
  display: flex;
  gap: 15px;
  border-radius: 12px;
  overflow: hidden;
  padding: 20px;
  align-items: flex-start;
  flex-direction: column;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}

.blog-post > a {
  width: 100%;
  display: flex;
}

.blog-post img {
  width: 100% !important;
  height: 100% !important;
  border-radius: 10px;
  object-fit: cover;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  margin-bottom: 0px !important;
  aspect-ratio: 6/4;
}

.post-meta small {
  color: #0a69bf;
  font-weight: bold;
  font-size: 12px;
  text-transform: uppercase;
  line-height: 1.3em;
  display: inline-block;
}

.post-meta small a {
  color: #0a69bf;
}

.blog-posts .post-meta {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.post-meta h3 {
  margin: 5px 0;
}

.post-meta p {
  margin: 5px 0;
  color: #444;
  font-size: 15px;
  line-height: 1.7em;
}

.tags span {
  background: #f2f2f2;
  padding: 4px 10px;
  margin-right: 5px;
  border-radius: 8px;
  font-size: 12px;
  color: #333;
}

.meta-footer {
  margin-top: 2px;
  font-size: 12px;
  color: #888;
}

.row .col .blog-post h3.post-title,
body .blog-post h3.post-title {
  font-size: 17px !important;
  line-height: 1.4em !important;
  font-weight: 600;
}

.pagination-blog {
  margin-inline: auto;
  grid-column: 1 / -1;
}

.pagination-blog .page-numbers {
  background: #e7e7e7;
  display: inline-flex;
  height: 30px;
  width: 30px;
  justify-content: center;
  align-items: center;
  margin-inline: 2px;
  border-radius: 8px;
}

.pagination-blog span.icon {
  background: transparent;
}

.pagination-blog span.icon svg {
  width: 12px;
  height: 12px;
  fill: #000000;
}

.pagination-blog .page-numbers.current {
  background: #c49a6b;
  color: #fff;
}

.bot-content {
  padding-top: 10px;
}

ul.page-number li {
  list-style: none;
  display: inline-block;
  margin-inline: 2px;
}

.search-bar {
  position: relative;
}

.search-bar svg {
  position: absolute;
  right: 10px;
  height: 14px;
  width: 14px;
  top: 50%;
  transform: translateY(-50%);
}

.search-results-wrapper {
  padding: 16px;
  background-color: #f2f2f2;
  margin-bottom: 24px;
  position: absolute;
  width: 900px;
  top: -12px;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 8px;
  z-index: 1;
}

.search-results {
  position: relative;
}

.filter-buttons ul,
.search-results-wrapper ul {
  margin: 0;
}

div#search-loading-spinner {
  position: absolute;
  width: 20px;
  height: 20px;
  right: 8px;
  margin: 0 !important;
  top: 50%;
  transform: translateY(-50%);
}

#search-loading-spinner img {
  margin: 0;
  width: 20px;
}

.banner_taxonomy {
  padding: 80px 0;
  background-color: #352a1d;
}

.banner_taxonomy h1 {
  font-size: 50px;
  font-weight: 600;
  text-align: center;
  color: #fff;
  text-shadow: 5px 5px 6px rgb(0 0 0 / 42%);
}

.taxonomy-archive .blogs_wrapper {
  padding: 60px 0;
}

h1.entry-title.cpt_main_title {
  font-size: 36px;
  line-height: 48px;
  margin-bottom: 20px;
  font-weight: 600;
  display: inline-block;
}

.custom-single-post {
  max-width: 1000px;
  margin: auto;
  padding: 30px 10px;
  font-size: 17px;
  line-height: 1.7em;
}

.custom-tags,
.attachment_links {
  margin-top: 20px;
}

.attachment_links > a {
  margin-right: 20px;
}

.custom-tags a {
  background: #f2f2f2;
  padding: 4px 10px;
  margin-right: 5px;
  border-radius: 8px;
  font-size: 13px;
  text-decoration: none;
  color: #333;
}

.single .container-wrap {
  padding: 0 !important;
}

.cpt_banner .entry-thumbnail img {
  border-radius: 14px;
  max-height: 400px;
  object-fit: cover;
  width: 100%;
}

.entry-header.s_b_wrap {
  background: #f0f0f0;
}

.cpt_banner {
  display: flex;
  gap: 80px;
  align-items: center;
  padding: 60px 0;
  margin-bottom: 60px;
}

.cpt_banner > div:first-child {
  flex-basis: 50%;
}

.cpt_banner > div:last-child {
  flex-basis: 50%;
}

.cpt_banner > div.fb-100:last-child {
  flex-basis: 100%;
}

.cpt_banner .banner_contents > .row:before {
  content: unset !important;
}

.single .article_container {
  max-width: 1300px;
  margin-inline: auto;
  padding-inline: 10px;
}

.single .article_container > .col {
  overflow: hidden;
}

.single .article_container > .col ul a {
  overflow-wrap: break-word;
}

.date_wrapper svg {
  width: 17px;
  height: 18px;
  vertical-align: text-bottom;
  margin-right: 6px;
  fill: var(--main-color2) !important;
}

.search-results-wrapper li {
  list-style: none;
  padding: 4px 16px;
  background-color: #0967bb;
  margin-bottom: 8px;
  border-radius: 4px;
  color: #fff;
}

.search-results-wrapper li:last-child {
  margin-bottom: 0px;
}

.search-results-wrapper li a {
  color: #fff;
  width: 100%;
  display: inline-block;
  line-height: 1.4em;
}

/* 4/20 */
.cpt_category a {
  background-color: #c3996b;
  padding: 4px 9px;
  border-radius: 4px;
  color: #fff;
  margin-bottom: 10px;
  line-height: 1.2em;
  display: inline-block;
  border: 1px solid #c3996b;
}

.cpt_category a:hover {
  background-color: #fff;
  color: #c3996b;
}

.author_sb_wrap {
  display: inline-flex;
  gap: 12px;
  padding: 8px 20px 8px 12px;
  border-radius: 30px;
  align-items: center;
  border: 1px solid #d5d5d5;
  width: fit-content;
  color: #000;
  transition: all 0.3s ease;
}

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

.author_img img {
  width: 60px;
  height: 40px;
  /*     border-radius: 50%; */
}

.author_col {
  width: fit-content;
}

.author_name {
  text-transform: capitalize;
  font-weight: 500;
  line-height: 1.2em;
  font-size: 15px;
}

.banner_contents .row {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-top: 30px;
}

.banner_contents .row .date_wrapper {
  flex-basis: unset;
}

.s_socials {
  margin-top: unset;
}

.s_socials a {
  display: inline-flex;
  margin-right: 5px;
  border: 1px solid #d5d5d5;
  padding: 6px;
  border-radius: 24px;
  transition: all 0.3s ease;
}

.s_socials a:hover {
  background-color: #c49a6b;
}

.s_socials a:hover svg {
  fill: #fff;
}

.s_socials svg {
  width: 20px;
  height: 20px;
  fill: #000000;
}

.content_wrapper {
  display: grid;
  grid-template-columns: 1fr 30%;
  gap: 20px;
}

.sp_cont h2,
.s_faq h2 {
  font-size: 36px !important;
  color: var(--main-color2) !important;
  line-height: 1.3em;
}

.sp_cont h3 {
  font-size: 26px !important;
  line-height: 32px;
  font-weight: 600;
  letter-spacing: 1.8px;
  margin-bottom: 30px;
  padding-top: 10px;
  color: #0a0a09;
}

.sp_cont h4 {
  font-size: 24px !important;
  line-height: 1.3em;
}

.sp_cont h5 {
  font-size: 18px !important;
  line-height: 1.3em;
}

.sp_cont h6 {
  font-size: 14px !important;
  text-transform: uppercase;
  line-height: 1.3em;
}

/* TOC */
.trip_toc_list li {
  display: inline-flex;
  margin-bottom: 4px;
  width: 100%;
}

.toc-level-3 {
  border-left: 3px solid #0d72ce42;
  margin-left: 0;
  padding-left: 14px;
}

.trip_toc_list a {
  color: #000;
  font-size: 15px;
  line-height: 1.4em;
}

.trip__toc {
  padding: 20px 20px 6px;
  box-shadow: 0 1px 3px 0 #d6d6d6;
  border-radius: 24px;
  margin-bottom: 28px;
}

.trip_toc_list {
  margin-inline: 4px;
  margin-bottom: 14px;
}

.s_side_title {
  font-size: 22px !important;
  line-height: 30px !important;
  font-weight: 700;
  text-align: center;
  margin-bottom: 15px !important;
}

.s_side_title.accordion-active {
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 15px;
}

.trip_toc_list a:hover {
  color: #c49a6b;
  text-decoration: underline;
}

.toc_title {
  position: relative;
}

.toc_title:before {
  content: "";
  position: absolute;
  right: 0px;
  clip-path: polygon(50% 100%, 0 0, 100% 0);
  width: 9px;
  height: 8px;
  background-color: #000;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s ease;
}

.toc_title.accordion-active:before {
  transform: rotate(-60deg);
}

.mob_toc {
  display: none;
}

.category_list {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  justify-content: center;
  padding-top: 6px;
}

.category_list a {
  padding: 6px 9px;
  border-radius: 24px;
  margin: 0;
  display: inline-flex;
  background-color: var(--main-color2) !important;
  color: #fff;
  line-height: 1.3em;
  font-size: 15px;
}

.rp_col .cpt_category a {
  font-size: 10px;
  padding: 2px 6px 1px;
  border-radius: 3px;
  text-transform: uppercase;
  margin-bottom: 2px;
  display: flex;
  width: fit-content;
}

.rp_col .date_wrapper svg {
  width: 14px;
  height: 14px;
}

.related-posts-list img {
  border-radius: 4px;
}

.rp_col .date_wrapper {
  color: #919191;
  font-size: 12px;
  margin-top: 6px;
}

.rp_col .rp_wrap > a {
  line-height: 1.6em;
  font-size: 16px;
  display: inline-flex;
  color: #000;
  font-weight: 600;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.rp_col {
  margin-bottom: 24px;
  position: relative;
  display: grid;
  grid-template-columns: 34% 1fr;
  gap: 20px;
}

.rp_col.col-100 {
  grid-template-columns: 1fr;
}

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

.r_articles,
.s_category_wrap {
  padding: 20px;
  border-radius: 24px;
  background: #f7f4ef;
  margin-bottom: 28px;
}

/* .rp_col:before {
    content: '';
    position: absolute;
    left: 0px;
    width: 1px;
    background: #c3996b;
    top: 6px;
    height: 95%;
} */
.s_about_wrap img {
  width: 140px;
  margin-bottom: 14px;
}

.s_about_wrap {
  text-align: center;
  margin-bottom: 28px;
}

.btn-single {
  display: inline-block;
  background: #c49a6b;
  color: #fff;
  padding: 10px 20px;
  border-radius: 15px;
  font-weight: 600;
  line-height: 1.6em;
  transition: all 0.3s ease;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px,
    rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
}

.btn-single:hover {
  color: #fff;
  transform: translatey(-5px);
}

.related-posts-list {
  padding-top: 10px;
}

.author_box {
  display: grid;
  grid-template-columns: 24% 1fr;
  gap: 30px;
  padding: 20px;
  border-radius: 12px;
  background: #f4f2ef;
  max-width: 1100px;
  margin-inline: auto;
  align-items: center;
}

.author_box_img img {
  border-radius: 10px;
}

.single_h2 {
  font-size: 28px;
  font-weight: 600;
  line-height: 1.4em;
  color: var(--main-color) !important;
}

.author_box_wrap {
  padding: 30px 0;
}

.author_box .btn-single {
  border-radius: 6px;
  padding: 4px 16px;
}

.single_form_wrap {
  padding: 30px 0 60px;
}

.single_form_wrap .form_wrap {
  max-width: 1000px;
  margin-inline: auto;
  padding: 40px;
  border: 1px solid #c49a6b;
  border-radius: 24px;
}

.content_wrapper .col {
  margin: 0 !important;
}

.rank-math-answer {
  display: none;
}

.s_faq .rank-math-list-item {
  border-top: 1px solid #ccc;
  padding-inline: 20px;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
}

.s_faq .rank-math-list-item:last-child {
  border-bottom: 1px solid #ccc;
}

.s_faq .rank-math-list-item:last-child {
  margin-bottom: 0;
}

.rank-math-question {
  font-size: 20px !important;
  padding: 14px 0 14px 17px;
  color: #c49a6b;
  margin: 0 !important;
  position: relative;
}

.rank-math-question:before {
  content: "";
  position: absolute;
  left: 0px;
  clip-path: polygon(50% 100%, 0 0, 100% 0);
  width: 9px;
  height: 8px;
  background-color: #c49a6b;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s ease;
}

.rank-math-question.active:before {
  transform: rotate(-60deg);
}

div#rank-math-faq {
  padding: 30px 0;
}

.sp_cont p {
  font-size: 20px;
  line-height: 33.33px;
  color: #222;
  font-weight: 400;
  letter-spacing: normal;
  margin-bottom: 33.33px;
  padding: 0;
}

.sp_cont {
  font-size: 18px;
}

.about_contents p {
  font-size: 18px;
  color: #000;
  line-height: 1.6em;
}

.single.single-blog-post {
  overflow: unset;
}

.rp_articles {
  position: sticky;
  top: 145px;
}

.content_wrapper .col:last-child .wrap {
  height: 100%;
}

.tags a {
  display: inline-block;
}

/* New blog alt design */
.blog_wrapper.blog_wrapper_grid {
  display: grid;
  grid-template-columns: 1fr 30%;
  gap: 40px;
}

.blog-post.blog-post-alt {
  display: grid;
  grid-template-columns: 30% 70%;
}

.search_alt_wrap .search-bar svg,
.search_alt_wrap div#search-loading-spinner {
  right: 34px;
}

.search_alt_wrap .search-bar {
  padding: 25px;
  border: 1px solid #d8d8d8;
  width: 100%;
  border-top: 0;
  border-radius: 0 0 16px 16px;
}

.s_side_title.s_side_title_alt {
  padding: 17px 25px;
  border: 1px solid #d8d8d8;
  margin: 0 !important;
  background: #fbf5ef;
  border-radius: 16px 16px 0 0;
}

.search_alt_wrap .search-bar input {
  width: 100% !important;
  border-radius: 10px !important;
  color: #000 !important;
  padding: 10px 14px !important;
  height: unset !important;
}

.s_category_alt .category_list a {
  padding: 14px 9px;
  border: 1px solid #d8d8d8;
  border-top: 0;
  width: 100%;
  display: inline-flex;
  text-transform: uppercase;
  justify-content: space-between;
  color: #000000;
  transition: all 0.3s ease;
  background-color: #fff !important;
  border-radius: 0;
}

.s_category_alt .category_list a:hover {
  background-color: #c49a6b !important;
  color: #fff;
}

.s_category_alt .category_list a:last-child {
  border-radius: 0 0 16px 16px;
}

.blog-post.blog-post-alt {
  display: block;
  border: none;
  border-radius: 0;
  box-shadow: none;
  padding: 0;
  margin-bottom: 35px;
  padding-bottom: 35px;
  border-bottom: 1px solid #d8d8d8;
}

.post_info svg {
  width: 12px;
  height: 12px;
  margin-right: 4px;
}

.blog-post-alt .post-meta small {
  color: #000000;
  font-size: 14px;
}

.blog-post-alt .post-meta small a {
  color: #0a69bf;
}

.blog-post-alt .meta-footer {
  margin-top: 0;
  font-size: 14px;
  color: #000000;
  font-weight: 600;
}

.post_info {
  display: flex;
  align-items: center;
  gap: 6px 28px;
  margin: 0 0 15px;
  padding-bottom: 15px;
  position: relative;
  flex-wrap: wrap;
}

.post_info:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 1px;
  display: block;
  width: 103px;
  height: 1px;
  background-color: #6d4321;
  z-index: 1;
}

.post_info:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 1px;
  display: block;
  width: 216px;
  height: 1px;
  background-color: #d8d8d8;
}

.info_seperator {
  position: relative;
}

.info_seperator:before {
  content: "";
  right: -18px;
  position: absolute;
  width: 8px;
  background: #000;
  height: 1px;
  top: 49%;
  transform: translateY(-50%);
}

.row .col .blog-post.blog-post-alt h3.post-title {
  font-size: 25px !important;
  letter-spacing: 0.01em;
  margin-bottom: 13px;
  font-weight: 700;
}

.blog-post.blog-post-alt h3.post-title a {
  color: #000;
}

.blog-post-alt .bot-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.blog-post-alt .s_socials {
  margin: 0;
}

.blog-post-alt .tags {
  margin-top: 20px;
}

.mt-20 {
  margin-top: 20px;
  padding-top: 0;
}

.blog-post-alt .s_socials svg {
  width: 18px;
  height: 18px;
}

.blog-post-alt .s_socials a {
  margin-right: 6px;
  padding: 10px;
  box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
}

.blog-post-alt .post-meta p {
  color: #000;
  padding-bottom: 0;
}

.blog_secondary .page-number {
  width: max-content;
  margin-inline: auto;
}

.search_alt_wrap .search-results-wrapper {
  width: 100%;
  top: -42px;
  box-shadow: rgb(9 103 187 / 34%) 0px 20px 30px -10px;
  z-index: 1;
}

.search_alt_wrap .search-results-wrapper li {
  font-size: 15px;
}

.s_category_wrap.s_category_alt {
  padding: 0;
  background: #fff;
}

.s_category_alt .category_list {
  display: block;
  padding: 0;
}

/* END New blog alt design */
.author_contents .btn-single {
  margin-top: 16px;
}

.p-70 {
  padding-block: 70px !important;
}

.taxonomy-archive .blog-set {
  max-width: 1220px;
  margin-inline: auto;
  padding-inline: 10px;
}

.blog-post.blog-post-alt img {
  aspect-ratio: unset;
  object-fit: contain;
}

a.thumb_img {
  display: flex;
}

.img_wrap {
  display: grid;
  grid-template-columns: 240px 1fr;
  gap: 20px 30px;
}

.no-posts {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

/* LP-1 */

.wpb_wrapper .banner_lp_button.btn_all_same {
  font-size: unset !important;
}

/* 4/20 */
@media (max-width: 1024px) {
  .search-results-wrapper {
    width: 100%;
  }

  .p-70 {
    padding-block: 50px !important;
  }

  body.page h2.s_side_title {
    font-size: 18px !important;
  }

  .blog_wrapper.blog_wrapper_grid {
    gap: 30px;
  }

  .img_wrap {
    grid-template-columns: 30% 1fr;
  }
}

@media (max-width: 980px) {
  .img_wrap {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767px) {
  h1.entry-title.cpt_main_title {
    font-size: 27px;
    margin-bottom: 30px;
    line-height: 36px !important;
    letter-spacing: 1.5px;
  }

  .banner_taxonomy h1 {
    font-size: 28px;
  }

  .custom-single-post {
    padding: 0;
  }

  .search-results-wrapper {
    padding: 10px;
  }

  .search-results-wrapper li a {
    font-size: 14px;
  }

  .sp_cont {
    font-size: 16px;
  }

  .filter-buttons ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 6px;
  }

  .filter-btn {
    padding: 4px 15px;
    font-size: 14px;
  }

  .search-bar,
  .search-bar input {
    width: 100% !important;
  }

  .taxonomy-archive .blogs_wrapper {
    padding: 40px 0;
  }

  .cpt_banner {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding-bottom: 40px;
  }

  .content_wrapper {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .banner_contents .row {
    gap: 20px;
    flex-wrap: wrap;
    margin-top: 10px;
    justify-content: center;
  }

  .s_socials {
    margin-top: 0px;
    margin-bottom: 10px;
  }

  .cpt_banner {
    display: flex;
    gap: 40px;
    align-items: center;
    padding: 60px 0;
    margin-bottom: 40px;
  }

  .sp_cont h2,
  .s_faq h2 {
    font-size: 24px !important;
    line-height: 1.3em;
  }

  .sp_cont h3 {
    color: #0a0a09;
    font-size: 20px !important;
    line-height: 28px;
    margin-bottom: 20px;
  }

  .sp_cont h4 {
    font-size: 18px !important;
    line-height: 1.3em;
  }

  .sp_cont h5 {
    font-size: 16px !important;
    line-height: 1.3em;
  }

  .sp_cont h6 {
    font-size: 14px !important;
    text-transform: uppercase;
    line-height: 1.3em;
  }

  .desk_toc {
    display: none;
  }

  .mob_toc {
    display: block;
  }

  .s_socials a {
    margin-right: 12px;
    padding: 10px;
  }

  .author_sb_wrap {
    gap: 10px;
  }

  .rank-math-question {
    font-size: 16px !important;
  }

  .rp_articles {
    position: unset;
    top: unset;
  }

  /* 	New Blog style */
  .blog_wrapper.blog_wrapper_grid {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .blog_wrapper.blog_wrapper_grid .col:first-child {
    order: 2;
  }

  .blog_wrapper.blog_wrapper_grid .col:last-child {
    display: contents;
  }

  .search_alt_wrap {
    order: 1;
  }

  .s_category_wrap.s_category_alt {
    order: 3;
  }

  .row .col .blog-post.blog-post-alt h3.post-title {
    font-size: 22px !important;
  }

  .s_category_alt .category_list a {
    font-size: 14px;
  }

  .p-70 {
    padding-block: 40px !important;
  }

  .taxonomy-archive .blog-set {
    padding-inline: 30px;
  }

  .btn-single {
    padding: 10px 16px;
  }

  .img_wrap {
    grid-template-columns: 1fr;
  }

  /* END New Blog style */
}

/* End New CPT css */

.n_h_banner h1,
.n_h_banner p {
  font-weight: 500 !important;
}

.n_h_banner a.nectar-button {
  font-size: 15px !important;
  text-transform: uppercase;
  letter-spacing: 2px;
  line-height: 22px;
}

.n_h_banner video.nectar-video-bg {
  max-width: 1078px !important;
  margin-inline: auto !important;
}

body .full-width-section.n_h_banner > .nectar-video-wrap {
  transform: translateX(-50%);
  left: 50%;
  width: max-content !important;
  margin-left: unset !important;
}

.video-color-overlay.row-bg-layer {
  opacity: 0.7;
  max-width: 1078px !important;
  margin-inline: auto !important;
  left: 50% !important;
  transform: translateX(-50%) !important;
  background-color: #c49a6b4a !important;
}

body.home .main-content > .row > div:first-child {
  z-index: 1 !important;
}

.n_h_banner > .row-bg-wrap {
  z-index: 1 !important;
}

body.home .main-content > .row > div:nth-child(2) {
  z-index: 4 !important;
}

body.home i.bi.bi-globe2 {
  width: 17.6px;
  display: inline-block;
  height: 16px;
}

@media (max-width: 767px) {
  .n_h_banner .wpb_wrapper h1.vc_custom_heading {
    font-size: 32px !important;
    line-height: 1.2em !important;
    margin-bottom: 18px;
  }

  .n_h_banner {
    height: 100dvh !important;
  }

  .n_h_banner video.nectar-video-bg {
    object-fit: cover;
  }

  .n_h_banner > div:last-child {
    position: absolute;
    bottom: 15%;
  }
}

/* 2025/5/15 single post */

.single-blog-post .row:after {
  content: none !important;
}

.ctp_date {
  font-size: 17px;
  line-height: 25.5px;
  font-weight: 400;
}

.date_author_wrapper {
  display: flex;
  flex-direction: column;
  row-gap: 15px;
}

.share_text {
  font-size: 20px;
  font-weight: 600;
  line-height: 20px;
  margin-bottom: 10px;
  text-align: center;
}

.single-blog-post article h2 {
  font-size: 28px !important;
  color: var(--main-color2) !important;
  line-height: 38px;
  font-weight: 600;
  margin-bottom: 30px;
  letter-spacing: 1.8px;
  padding-top: 30px;
}

.single-blog-post article h3 {
  font-size: 22px !important;
}

.single_content__block_details li {
  line-height: 30px;
  font-size: 20px;
  font-weight: 400;
}

.no_list_icon li {
  list-style-type: none;
}

.content_wrapper .col:first-child {
  padding-inline: 20px;
}

.content_wrapper .col:last-child {
  padding-inline: 10px;
}

.author_contents p,
.author_contents li,
.desc {
  font-size: 18px;
  line-height: 28px;
  color: #222;
  font-weight: 400;
  letter-spacing: normal;
}

.home_blog_sect .blog-posts {
  grid-template-columns: repeat(4, 1fr);
}

.home_blog_sect .blog-post img {
  aspect-ratio: 1;
}

.s_b_wrap .cpt_banner > div:first-child {
  flex-basis: 58% !important;
}

.s_b_wrap .cpt_banner > div:last-child {
  flex-basis: 38%;
}

.s_b_wrap .cpt_banner {
  flex-wrap: wrap;
  justify-content: space-between;
  gap: unset !important;
}

.s_b_wrap .cpt_banner .entry-thumbnail img {
  max-height: unset !important;
}

.loading-spinner {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  margin-inline: auto;
}

.loading-spinner img {
  width: 40px;
  animation: spin 2s linear infinite;
}

@media (max-width: 1024px) {
  #top .col.span_9 {
    min-height: 44px !important;
  }

  .content_wrapper .col:first-child {
    padding-inline: 0px;
  }

  .content_wrapper .col:last-child {
    padding-inline: 0px;
  }

  .single .article_container {
    padding-inline: 20px !important;
  }

  .cpt_banner {
    flex-direction: column;
    gap: 40px;
  }

  .content_wrapper {
    gap: 40px;
  }

  .category_list a {
    text-align: center;
  }

  .rp_articles {
    top: 108px;
  }

  .home_blog_sect .blog-posts {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 767px) {
  .date_author_wrapper {
    align-items: center;
  }

  .cpt_banner {
    gap: 16px;
  }

  h2.s_side_title.toc_title {
    font-size: 19px !important;
    text-align: left;
    border: none;
    padding: 0;
    margin-bottom: 14px;
  }

  .single-blog-post article h2 {
    font-size: 22px !important;
    line-height: 1.5;
  }

  .single-blog-post article h3 {
    font-size: 18px !important;
  }

  .sp_cont p {
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 27px;
  }

  .single_content__block_details li {
    line-height: 28px;
    font-size: 16px;
  }

  .s_side_title {
    font-size: 20px !important;
  }

  .author_box {
    grid-template-columns: 100%;
    gap: 20px;
  }

  h2.single_h2 {
    text-align: center;
  }

  .author_contents {
    text-align: center;
  }

  .desc {
    text-align: left;
  }

  /* Lp-1 */
  .img_height img.img-with-animation.skip-lazy {
    height: unset !important;
  }

  .nectar-flickity[data-control-style="material_pagination"]
    .flickity-page-dots
    .dot:before {
    top: -64px !important;
  }

  .home_blog_sect .blog-posts {
    grid-template-columns: 1fr;
  }
}

.content_middle .row_col_wrap_12_inner.col.span_12.center {
  justify-content: center;
  align-items: center;
}

/* 2025/6/25 Research */

.bg_title {
  background-color: #f0f0f0;
  border-radius: 5px;
  width: max-content;
}

.gradient_title {
  background: linear-gradient(
    90deg,
    rgb(51, 51, 52) 0%,
    rgb(26, 68, 129) 30%,
    rgb(13, 106, 189) 90%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(0, 0, 0, 0);
  padding-bottom: 10px;
}

.three_cols_banner > .row-bg-wrap {
  position: unset !important;
}

.banner_icon_img {
  width: 65px;
  height: 65px;
  object-fit: cover;
}

@media (max-width: 1024px) {
  .three_cols_banner > .row-bg-wrap {
    margin-top: unset !important;
  }

  .three_cols_overlay
    .column_element_direction_tablet_horizontal
    > .vc_column-inner
    > .wpb_wrapper {
    justify-content: end;
    gap: 20px;
  }
}

/* Start Thesis new filter */
body {
  overflow: unset !important;
  overflow-x: clip !important;
}

.thesis_wrapper .blog_secondary {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 25px;
  width: 100%;
  padding-top: 10px;
}

select#tag_option {
  max-width: 200px;
  border: 1px solid #dedede;
}

.sort_wrapper {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 30px;
  align-items: flex-start;
}

.row .col .thesis_wrapper .blog-post.blog-post-alt h3.post-title {
  font-size: 20px !important;
}

span.filter-chip {
  display: inline-block;
  padding: 8px 14px;
  border: 1px solid #bcbcbc;
  border-radius: 24px;
  margin-right: 8px;
  margin-bottom: 8px;
  font-size: 14px;
  line-height: 1em;
}

button.remove-filter {
  border: none;
  margin-left: 4px;
  cursor: pointer;
}

.thesis_wrapper .blog-post.blog-post-alt {
  background-color: #f2f2f2;
  border-radius: 12px;
  padding: 14px;
}

.thesis_wrapper .tags span {
  background: var(--main-color2) !important;
  color: #fff;
}

.thesis_wrapper .blog-post-alt .post-meta small {
  font-size: 12px;
}

.multiple_selected_filter_list.col {
  margin: 0;
}

.thesis_wrapper .img_wrap {
  grid-template-columns: 1fr;
}

.thesis_wrapper .blog-post.blog-post-alt:hover h3.post-title a {
  color: var(--main-color);
}

p.thesis_source {
  color: var(--main-color2) !important;
  font-size: 14px;
  font-weight: 500;
}

select#tag_option {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: none;
  padding-right: 24px;
  border: 1px solid #ccc;
  border-radius: 4px;
  cursor: pointer;
  width: 100%;
  line-height: 1.3em;
}

.custom_select_wrapper {
  position: relative;
  display: inline-block;
  width: 200px;
}

.custom_select_wrapper::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  width: 12px;
  height: 12px;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><path d="M201.4 374.6c12.5 12.5 32.8 12.5 45.3 0l160-160c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L224 306.7 86.6 169.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3l160 160z"/></svg>');
  background-repeat: no-repeat;
  background-size: contain;
  pointer-events: none;
}

.thumb_img_div {
  display: flex;
}

.audio_wrapper {
  display: flex;
  align-items: center;
  margin-top: 28px;
  position: relative;
}

.audio_wrapper svg {
  width: 36px;
  height: 36px;
  border: 1px solid #444;
  padding: 9px;
  border-radius: 50%;
  fill: #fff;
  background: #000;
}

.audio_wrapper audio {
  border: 1px solid #00000014;
  border-radius: 32px;
  margin-left: 14px;
}

.sort_wrapper {
  display: none;
}

div#thesis_section {
  display: flex;
  gap: 32px;
}

.thesis_wrapper .filter-buttons {
  flex-direction: column;
  gap: 0;
  padding: 30px 12px;
  border: 1px solid #e4e4e4;
  border-radius: 8px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
  position: sticky;
  top: 110px;
}

.filter_col_left {
  flex-basis: 25%;
}

.col_right {
  flex-basis: 75%;
}

.thesis_wrapper .filter-btn {
  border: 1px solid #cccccc6e;
  border-radius: 4px;
}

.thesis_wrapper .tag-filter-buttons {
  justify-content: start;
}

@media (max-width: 1024px) and (min-width: 768px) {
  .three_cols_banner .row_col_wrap_12.col.span_12.dark.left {
    display: flex;
    flex-wrap: nowrap;
  }

  .no_text {
    font-size: 44px !important;
    line-height: 1em !important;
    margin-bottom: 10px !important;
  }
}

@media (max-width: 767px) {
  .sort_wrapper {
    gap: 15px;
    flex-direction: column;
  }

  .thesis_wrapper .blog_secondary {
    grid-template-columns: 1fr;
    gap: 0 25px;
  }

  .row .col .thesis_wrapper .blog-post.blog-post-alt h3.post-title {
    font-size: 18px !important;
  }

  .no_text {
    font-size: 34px !important;
    line-height: 1em !important;
    margin-bottom: 10px !important;
  }

  select#tag_option,
  .custom_select_wrapper {
    width: 100%;
    max-width: 100%;
  }

  .thesis_box_hidden {
    display: none !important;
  }

  div#thesis_section {
    gap: 0;
    flex-direction: column;
  }

  .thesis_wrapper .tag-filter-buttons {
    justify-content: center;
  }

  .thesis_wrapper .filter-buttons {
    padding: 12px;
    position: unset;
  }
}

/* End Thesis new filter */

/* Nitroniome */
.wpb_text_column.wpb_content_element.table-color-full.custom29.table_icons
  table
  tr
  td {
  text-align: left !important;
}

.wpb_text_column.wpb_content_element.table-color-full table * {
  text-align: unset !important;
}

/* (A) MATERIAL ICONS */
.aWrap .svg-inline--fa {
  color: white !important;
}

/* (B) WRAPPER */
.aWrap {
  font-family: Arial, Helvetica, sans-serif;
  display: flex;
  align-items: center;
  justify-content: space-between;
  /* allow buttons to wrap into another row on small screens */
  /* flex-wrap: wrap; */
  width: 550px;
  padding: 10px 30px;
  margin: 5px 0;
  border-radius: 10px;
  background: #444;
  gap: 1rem;
}

.aWrap,
.aWrap * {
  box-sizing: border-box;
}

/* (C) PLAY/PAUSE BUTTON */
.aPlay {
  padding: 0;
  margin: 0;
  background: 0;
  border: 0;
  cursor: pointer;
}

/* (D) TIME */
.aCron {
  font-size: 14px;
  color: #cbcbcb;
  margin: 0 10px;
}

/* (E) RANGE SLIDERS */
/* (E1) HIDE DEFAULT */
.aWrap input[type="range"] {
  appearance: none;
  border: none;
  outline: none;
  box-shadow: none;
  width: 150px;
  padding: 0;
  margin: 0;
  background: 0;
}

.range,
.range-volume {
  position: relative;
  display: flex;
  align-items: center;
}

.range input,
.range-volume input {
  position: relative;
  z-index: 1;
}

.range .change-range,
.range-volume .change-range {
  position: absolute;
  left: 0;
  top: 0;
  height: 6px;
  width: 0px;
  background-color: rgb(187, 187, 187);
  border-radius: 10px 0 0 10px;
}

.range-volume .change-range {
  height: 10px;
  width: 95%;
}

.under-ranger {
  position: absolute;
  left: 0;
  top: 0;
  height: 6px;
  width: 100%;
  background-color: #7598b8;
  border-radius: 10px;
}

.range-volume .under-ranger {
  height: 10px;
}

.aWrap input[type="range"]::-webkit-slider-thumb {
  appearance: none;
}

/* (E2) CUSTOM SLIDER TRACK */
.aWrap input[type="range"]::-webkit-slider-runnable-track {
  background: transparent;
  height: 6px;
  border-radius: 10px;
}

/* (E3) CUSTOM SLIDER BUTTON */
.aWrap input[type="range"]::-webkit-slider-thumb {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 0;
  background: #fff;
  position: relative;
  cursor: pointer;
  margin-top: -5px;
}

.aWrap input[type="range"]::-moz-range-thumb {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 0;
  background: #fff;
  position: relative;
  cursor: pointer;
  margin-top: -5px;
}

/* (F) VOLUME */
.aVolIco {
  margin: 0 10px;
  cursor: pointer;
}

input.aVolume {
  width: 100px !important;
}

.aVolume::-webkit-slider-runnable-track {
  height: 10px !important;
}

.aVolume::-webkit-slider-thumb {
  margin-top: -3px !important;
}

.aVolume::-moz-range-thumb {
  margin-top: -3px !important;
}

.volume-container {
  display: flex;
  align-items: center;
}

.s_b_wrap .cpt_banner .entry-thumbnail img {
  max-height: 400px !important;
}

.entry-header.s_b_wrap .cpt_banner .entry-thumbnail img {
  max-height: 400px !important;
}

.page-id-10240 .wpb_row .nectar-video-wrap video {
  width: 100%;
  max-width: 100% !important;
}

.page-id-10240 .video-color-overlay.row-bg-layer {
  opacity: 0 !important;
}

.banner_lowz {
  z-index: -1 !important;
}

.main_banner_row {
  position: relative;
}

.new_banner_button {
  text-transform: uppercase;
  position: absolute !important;
  top: 80% !important;
  transform: translateX(-50%);
}

n_h_banner banner_lowz {
  display: none !important;
}

.new_banner_button span {
  font-size: 18px;
}

.regular-button.new_banner_button:hover {
  transform: translateY(0) !important;
  -webkit-transform: translateY(0px) !important;
}

.new_banner_button {
  pointer-events: none !important;
}

@media (max-width: 767px) {
  .new_banner_button {
    top: 67% !important;
    transform: translateX(40px);
    left: 0 !important;
    width: 80%;
  }

  .new_banner_button span {
    font-size: 14px;
  }
}

/* Elementor Css  Section */
.elementor-widget-container p {
  color: inherit;
}
.elementor-heading-title span {
  font-weight: 400;
}
.elementor-nav-menu .sub-arrow {
  padding: 8px !important;
  padding-bottom: 4px !important;
  padding-right: 0 !important;
}
.elementor-nav-menu .sub-arrow .e-font-icon-svg.fa-svg-chevron-down {
  height: 14px !important;
  width: 12px !important;
}
.btn-menu-round > a {
  background-color: #c49a6b;
  color: #fff !important;
  padding: 5px 32px !important;
  border-radius: 50px;
}
.elementor-nav-menu .btn-menu-round .sub-arrow .e-font-icon-svg {
  width: 13px;
  height: 13px;
}
/* END Elementor Section  */

/* AS Support */
.ct-btn a {
  width: 100px !important;
  height: 100px !important;
  font-size: 14px !important;
}

.ct-btn.small_cta_as {
  bottom: 18%;
}

.col.span_12
  #text-2.widget.widget_text
  .textwidget
  .ct-btn.small_cta_as
  .wrap.as_cta_wrap
  a {
  color: #fff !important;
  padding-bottom: 20px;
}

.ct-btn.small_cta_as i.bi.bi-pencil-square {
  font-size: 16.6px !important;
}

.page-id-2303 .ct-btn {
  display: none;
}

.page-id-2303 .ct-btn.small_cta_as {
  display: block !important;
  bottom: 30px !important;
}

.page-id-15415 .ct-btn.small_cta_as {
  display: none !important;
}

@media (max-width: 1024px) {
  .ct-btn.small_cta_as {
    bottom: 14%;
  }
  div#footer-outer {
    position: relative;
    z-index: 11;
  }
}

@media (max-width: 767px) {
  .ct-btn.small_cta_as {
    bottom: 16%;
  }
  .ct-btn a {
    width: 80px !important;
    height: 80px !important;
    font-size: 12px !important;
  }
}
/* AS Support */
@media (max-width: 767px) {
  .full_width_new_image img {
    height: 200px !important;
    object-fit: cover !important;
    width: auto !important;
  }
}

/* Product Navbar */

#header-outer #top .sf-menu > li ul {
  border-radius: unset !important;
}

#header-outer .row
  nav
  > ul
  > .megamenu.nectar-megamenu-menu-item
  > .sub-menu
  > li.menu-item
  > a {
  border-radius: unset !important;
  padding: 9px 7px 9px 0 !important;
  background-color: #d5ad83 !important;
}


#header-outer #top .sf-menu > li > ul {
  margin-top: 50px !important;
}

#header-outer #top .sf-menu > li > ul {
  padding: 0 !important;
}

#header-outer nav > ul > .megamenu.nectar-megamenu-menu-item > .sub-menu > li {
  padding: 0 7px 0 0 !important;
}

ul.sub-menu.tracked-pos li {
  padding-left: 7px !important;
}

li#menu-item-17898 a{
    height: 64px !important ;
}

ul.sf-menu.sf-js-enabled.sf-arrows li a{
    padding-inline:10px !important;
}