:root {
  --white: #fff;
  --grey: #f5f5f7;
  --gray: #e8e8ed;
  --light-color: #1d1d1f;
  --primary-color: #0bcc54;
  --primary-light: #0edf5d;
  --primary-dark: #14833e;
  --meta-text-color: #a5a7aa;
  --secondary-text-color: #86868b;
  --divider-color: #ededed;
  --text-size-base: 16px;
  --error-color: #fd3d39;
}

body {
  font-family: "SF Pro Display", "SF Pro Icons", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}

@font-face {
  font-family: "SF Pro Display";
  src: url("/wp-content/uploads/2024/10/SF-Pro-Display-Regular.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

.header .header-bottom.wide-nav .nav {
  gap: 8px;
}

.header .header-bottom.wide-nav .nav a {
  padding: 2px 8px;
  color: var(--white) !important;
  font-size: var(--text-size-base);
  font-weight: 400;
  line-height: 24px;
}

.header .header-bottom.wide-nav .nav .menu-item.active a {
  color: var(--primary-color) !important;
}

.header .header-nav.header-nav-main .primary.button {
  border-radius: 8px;
  background: var(--light-color);
}

.header-inner.container {
  padding: 0 56px;
}

/* .header-bottom.wide-nav {
	height: 124px;
}
.header-bottom.wide-nav .header-bottom-nav {
	top: -14px;
}
.header-bottom,
.header-bottom div {
	width: 100%;
}
.header-bottom .container {
  display: flex;
  align-items: flex-end;
	padding: 0;
}
.header-block {
	top: 14px;
	width: 100%;
	margin: 0 !important;
}
.header-block .header-bottom {
	background-color: var(--white);
}
.header-block .header-bottom-nav {
	top: unset !important;
}
.header-block .header-bottom .nav .menu-item a {
	color: #86868b;
	font-size: 14px;
	line-height: 20px;
}
 */

.header-menu-bottom-text {
  color: var(--secondary-text-color);
  font-size: 12px;
  line-height: 16px;
}


.footer-wrapper .absolute-footer {
  padding-top: 8px;
  padding-bottom: 8px;
}

.footer-wrapper .absolute-footer .copyright-footer {
  color: var(--secondary-text-color);
  text-align: center;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
}

.footer-wrapper {
  background: var(--white);
}

.footer-widgets.footer.footer-1 {
  padding: 16px 56px;
}

.footer-widgets.footer.footer-1 .row,
.footer-widgets.footer.footer-1>.row>.widget.block_widget {
  width: 100%;
  max-width: 100% !important;
  flex-basis: 100% !important;
  margin: 0;
  padding: 0;
}

.footer-widgets.footer.footer-1 .footer-catalogue-section {
  padding: 0 !important;
}

.footer-widgets.footer.footer-1 .category-columns>div {
  padding: 0 8px;
}

.footer-widgets.footer.footer-1 .category-columns div {
  margin-bottom: 0 !important;
}

.footer-widgets.footer.footer-1 .category-columns h3 {
  margin-bottom: 0;
  padding: 8px 0;
}

.footer-widgets.footer.footer-1 .category-columns h3 a {
  color: var(--light-color) !important;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.footer-widgets.footer.footer-1 .category-columns h3 a:hover,
.footer-widgets.footer.footer-1 .category-columns a:hover {
  color: var(--primary-color) !important;
}

.footer-widgets.footer.footer-1 .category-columns p {
  margin-bottom: 0;
  padding: 4px 0;
}

.footer-catalogue-section .category-columns .category-item a {
  margin-bottom: 0;
  color: var(--light-color) !important;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
}

.footer-section {
  padding: 0;
}

.footer-section .footer-logo-col .ux-logo.has-hover.align-middle.ux_logo.footer-logo {
  width: 190px !important;
  max-width: 190px !important;
}

.footer-widgets.footer.footer-2 {
  padding: 16px 56px;
  background-color: var(--white);
}

.footer-widgets.footer.footer-2 .widget.block_widget {
  margin: 0;
  padding: 0;
}

.footer-widgets.footer.footer-2 .footer-section .footer-logo-col .ux-logo.has-hover.align-middle.ux_logo.footer-logo {
  width: 190px !important;
  max-width: 190px !important;
}

.footer-widgets.footer.footer-2 .row {
  width: 100%;
  max-width: 100% !important;
  flex-basis: 100% !important;
}

.footer-widgets.footer.footer-2 .block_widget {
  flex-basis: 100% !important;
  max-width: 100% !important;
}

.footer-logo .ux-logo-image {
  width: 190px;
  object-fit: contain;
}

.footer-logo .ux-logo-link {
  width: fit-content;
  padding: 0 !important;
}

.footer-menu-col .ux-menu {
  flex-direction: row;
  justify-content: center;
  gap: 16px;
}

.footer-menu-col .ux-menu .ux-menu-link {
  padding: 0 8px;
}

.footer-logo-col,
.footer-menu-col,
.footer-social-col {
  padding-bottom: 0 !important;
}

.footer-social-col,
.footer-menu-col {
  display: flex;
  align-items: center;
}

.footer-social-col {
  margin-right: -15px !important;
}

.footer-menu-col .ux-menu-link__link {
  min-height: unset;
}

.footer-menu-col .ux-menu-link__text {
  color: var(--secondary-text-color);
  font-size: 12px;
  line-height: 16px;
}

.footer-menu-col .ux-menu-link__text:hover {
  color: var(--primary-color);
}

.footer-social-col .ux-menu {
  flex-direction: row;
  justify-content: flex-end;
  gap: 16px;
}

.footer-social-col .ux-menu .ux-menu-link:hover {
  border-radius: 8px;
  background: var(--white);
}

.footer-social-col .ux-menu .ux-menu-link:hover .ux-menu-link__link {
  opacity: .7;
}


.footer-social-col .ux-menu .ux-menu-link:active .ux-menu-link__link,
.footer-social-col .ux-menu .ux-menu-link:focus .ux-menu-link__link {
  opacity: 1;
}

.footer-social-col .ux-menu-link__link {
  width: 36px;
  height: 36px;
  min-height: unset;
  padding: 8px;
  text-align: center;
  border-radius: 8px;
  background-color: var(--white) !important;
}

.footer-social-col .ux-menu-link:active .ux-menu-link__link,
.footer-social-col .ux-menu-link:focus .ux-menu-link__link {
  background-color: var(--gray) !important;
}

.footer-social-col .social-menu i {
  width: 20px;
  height: 20px;
  color: transparent;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
}

.footer-social-col .social-menu .icon-facebook {
  background-image: url(https://mp1.k9cc.asia/wp-content/uploads/2024/09/fb.svg) !important;
}

.footer-social-col .social-menu .icon-tiktok {
  background-image: url(https://mp1.k9cc.asia/wp-content/uploads/2024/09/tik.svg) !important;
}

.footer-social-col .social-menu .icon-x {
  background-image: url(https://mp1.k9cc.asia/wp-content/uploads/2024/09/x.svg) !important;
}

.footer-social-col .social-menu .icon-youtube {
  background-image: url(https://mp1.k9cc.asia/wp-content/uploads/2024/09/youtube.svg) !important;
}


.posts-section .section-title-container {
  margin-bottom: 16px !important;
}

.posts-section .vertical-column .btn-view-all {
  margin-bottom: 16px !important;
  padding: 0;
  min-height: 36px;
  height: 36px;
  border: 0;
}

.posts-section .list-vertical-blogs .box-vertical {
  gap: 16px;
}

.posts-section .list-horizontal-blogs .post-item:first-child .box-vertical {
  gap: 8px;
}

.posts-section .list-horizontal-blogs .post-item:first-child .post-title {
  height: 48px;
  margin-bottom: 6px !important;
}

.posts-section .no-image-blog .post-title {
  order: unset;
}

.button.primary.arrow-btn {
  position: relative;
  transition: all 0.3s ease;
  padding: 0px 22px 0px 12px !important;
}

.button.primary.arrow-btn span {
  margin-right: 4px;
}

.button.primary.arrow-btn:hover span,
.button.primary.arrow-btn:active span,
.button.primary.arrow-btn:focus span {
  color: var(--light-color);
}

.button.primary.arrow-btn:active,
.button.primary.arrow-btn:focus {
  border-radius: 8px;
  background-color: var(--gray) !important;
}

.arrow-btn::after {
  content: "";
  position: absolute;
  right: 6px;
  top: 53%;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  background-image: url('/wp-content/uploads/2024/10/chevron-right.svg');
  background-size: contain;
  background-repeat: no-repeat;
}

.button.primary.arrow-btn:hover::after,
.button.primary.arrow-btn:active::after,
.button.primary.arrow-btn:focus::after {
  background-image: url('/wp-content/uploads/2024/10/chevron-right-dark.svg');
}

/* ========================================================================================================================== CATEGORY PAGE ======================= */

.archive.category .archive-page-header .col {
  margin-bottom: 0;
  padding-top: 16px;
  padding-bottom: 16px;
}

.archive.category .archive-page-header .page-title {
  margin-bottom: 0;
  text-align: left;
}

.archive.category .row.align-center>.col {
  flex-basis: 100%;
  max-width: 100%;
}


.archive.category .category-tabs {
  margin-bottom: 16px;
}

.archive.category .category-tabs ul {
  overflow-x: auto;
}

.archive.category .category-tabs ul li {
  display: flex;
  height: 36px;
  min-width: fit-content;
  margin: 0 8px 0 0;
}

.archive.category .category-tabs ul li a {
  padding: 5px 12px;
  color: var(--secondary-text-color);
  border-radius: 8px;
  background: var(--white);
  text-decoration: none;
  transition: all 0.1s ease;
}

.archive.category .category-tabs ul li a.active,
.archive.category .category-tabs ul li a:hover.active {
  color: var(--primary-color);
  border: 1px solid #00c851;
  border-radius: 8px;
  border: 1px solid #0BCC54;
  background-color: #EFFFF5;
}

.archive.category .category-tabs ul li a:hover {
  color: var(--light-color);
  border: none;
}

/* ===================================================================== */
.archive.category #post-list>.row:first-of-type {
  margin-bottom: 24px;
}

.archive.category .hero-blog .box-image {
  margin-bottom: 8px;
  border-radius: 12px;
  overflow: hidden;
}

.archive.category .hero-blog .post-title {
  margin-top: 0;
  margin-bottom: 8px !important;
}

.archive.category .hero-blog .post-title .plain {
  margin: 0;
  color: var(--light-color);
  font-size: 28px;
  font-weight: 700;
  line-height: 36px !important;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.archive.category .hero-blog .from_the_blog_excerpt {
  margin-top: 0 !important;
  margin-bottom: 8px !important;
  color: var(--light-color);
  font-size: var(--text-size-base);
  line-height: 24px !important;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.archive.category .hero-blog .post-meta {
  color: var(--meta-text-color);
  font-size: 12px;
  line-height: 16px;
  opacity: 1;
}

.archive.category .hero-blog .box-text {
  padding: 0 !important;
}

/* ===================================================================== */

.archive.category .list-vertical-blogs .post-item:not(:last-child) {
  margin-bottom: 16px;
}

.archive.category .list-vertical-blogs .box-image {
  margin-bottom: 8px;
  border-radius: 12px;
  overflow: hidden;
}

.archive.category .list-vertical-blogs .box-text-inner {
  gap: unset;
}

.archive.category .list-vertical-blogs .post-title {
  margin-top: 0;
  margin-bottom: 6px !important;
}

.archive.category .list-vertical-blogs .post-item .post-title .plain {
  margin: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px !important;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.archive.category .list-vertical-blogs .post-meta {
  color: var(--meta-text-color);
  font-size: 12px;
  line-height: 16px;
  opacity: 1;
}

.archive.category .list-vertical-blogs .is-divider {
  display: none;
}

.archive.category .list-vertical-blogs .post-item .box-text {
  padding: 0 !important;
}

/* ===================================================================== */


.archive.category .blog-post-no-thumbnail {
  padding-left: 8px;
}

.archive.category .blog-post-no-thumbnail>.col-inner {
  padding: 16px !important;
  border-radius: 12px;
  background: var(--white);
}

.archive.category .blog-post-no-thumbnail .post-item .box-image {
  border-radius: 12px;
  overflow: hidden;
}

.archive.category .blog-post-no-thumbnail .post-item .box-text {
  padding: 0 !important;
}

.archive.category .blog-post-no-thumbnail .post-item {
  margin-bottom: 8px;
  padding-bottom: 8px !important;
  border-bottom: 1px solid var(--divider-color);
}

.archive.category .blog-post-no-thumbnail .post-item:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border: none;
}

.archive.category .blog-post-no-thumbnail .post-item .post-title {
  margin-top: 0;
  margin-bottom: 6px;
}

.archive.category .blog-post-no-thumbnail .post-item .post-title .plain {
  margin: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px !important;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.archive.category .blog-post-no-thumbnail .post-meta {
  color: var(--meta-text-color);
  font-size: 12px;
  line-height: 16px;
  opacity: 1;
}

.archive.category .blog-post-no-thumbnail .is-divider {
  max-width: unset;
  height: 1px;
  margin: 8px 0;
  background-color: var(--divider-color);
}

.archive.category .blog-post-no-thumbnail .post-item:last-child .is-divider {
  display: none;
}

.archive.category #post-list .row:nth-of-type(2) {
  margin-bottom: 10px;
  padding: 16px;
  border-radius: 12px;
  background-color: var(--white);
}


.archive.category #post-list .row:nth-of-type(2)>.col {
  padding: 0 8px !important;
}

.archive.category #post-list .row:nth-of-type(2) .post-item {
  padding: 0 8px 32px;
}

.archive.category #post-list .row:nth-of-type(2) .box-image {
  margin-bottom: 8px;
  border-radius: 12px;
  overflow: hidden;
}

.archive.category #post-list .row:nth-of-type(2) .box-text {
  padding: 0;
}

.archive.category #post-list .row:nth-of-type(2) .post-title {
  margin-top: 0;
  margin-bottom: 6px !important;
}

.archive.category #post-list .row:nth-of-type(2) .post-item .post-title .plain {
  margin: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px !important;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.archive.category #post-list .row:nth-of-type(2) .post-meta {
  color: var(--meta-text-color);
  font-size: 12px;
  line-height: 16px;
  opacity: 1;
}

.archive.category #post-list .row:nth-of-type(2) .is-divider {
  display: none;
}

.archive.category #post-list .page-numbers.nav-pagination {
  margin: -42px -8.2px 0;
  padding: 16px 0;
  border-radius: 0 0 12px 12px;
  border-top: 1px solid var(--divider-color);
  background-color: var(--white);
}

.archive.category #post-list .page-numbers.nav-pagination li {
  margin: 0 4px;
}

.archive.category #post-list .page-numbers.nav-pagination li .current {
  color: var(--white);
}

.archive.category #post-list .page-numbers.nav-pagination li .current:hover {
  color: var(--white);
  background-color: var(--primary-color);
}

.archive.category #post-list .page-numbers.nav-pagination .page-number {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 12px;
  color: var(--light-color);
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  border-radius: 8px;
  border: none;
}

.archive.category #post-list .page-numbers.nav-pagination .next {}

.archive.category #post-list .page-numbers.nav-pagination i {
  top: 6px;
  height: 100%;
  font-size: 26px;
  line-height: 24px;
}

.archive.category #post-list .page-numbers.nav-pagination .page-number:hover {
  background-color: var(--grey);
}





.footer-wrapper .subscribe-banner .container {
  padding-top: 48px;
  padding-bottom: 64px;
}

.footer-wrapper .subscribe-banner .banner-inner .banner-bg .bg {
  background-size: 100% 100% !important;
}

.footer-wrapper .subscribe-banner .container .text-box {
  width: 100% !important;
  padding-right: 16px;
  padding-left: 16px;
}

.footer-wrapper .subscribe-banner .subscribe-text-box .subscribe-banner-text :is(h2, h3, h4) {
  margin-top: 0;
  margin-bottom: 4px;
}

.footer-wrapper .subscribe-banner .subscribe-banner-text p {
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
}

.footer-wrapper .subscribe-banner .subscribe-banner-text p a {
  color: var(--primary-color);
  text-decoration: underline;
}

.footer-wrapper .subscribe-banner .subscribe-banner-text p a:hover {
  filter: brightness(1.1);
}

.footer-wrapper .subscribe-banner .wpcf7 {
  display: flex;
  justify-content: center;
}

.footer-wrapper .subscribe-banner .wpcf7-form,
.footer-wrapper .subscribe-banner .wpcf7-form .wpcf7-form-control-wrap p {
  position: relative;
  width: fit-content;
}

.footer-wrapper .subscribe-banner .wpcf7-form .wpcf7-form-control-wrap {
  max-width: 420px;
}

.footer-wrapper .subscribe-banner .wpcf7-form .wpcf7-form-control.wpcf7-text {
  height: 44px;
  margin-bottom: 0;
  padding: 14px 100px 14px 16px;
  border-radius: 14px;
  border: none;
  background-color: var(--white);
}
.footer-wrapper .subscribe-banner .wpcf7-form .wpcf7-form-control.wpcf7-text:active,
.footer-wrapper .subscribe-banner .wpcf7-form .wpcf7-form-control.wpcf7-text:focus {
  border: 1px solid var(--primary-color);
}

.footer-wrapper .subscribe-banner .wpcf7-form .wpcf7-form-control.wpcf7-text.wpcf7-not-valid {
  color: var(--light-color);
  border: 1px solid var(--error-color);
}

.footer-wrapper .subscribe-banner .wpcf7-form .wpcf7-submit {
  position: absolute;
  top: 2px;
  right: 2px;
  height: 40px;
  margin: 0;
  padding: 0 16px;

  font-size: 16px;
  border-radius: 12px;
  border: none;
  text-transform: capitalize;
}

.footer-wrapper .subscribe-banner .wpcf7-form .wpcf7-submit.primary-button:hover {
  filter: brightness(1.1);
  box-shadow: none;
}


.footer-wrapper .subscribe-banner .wpcf7-form p:nth-child(2) {
  height: 0;
}

.footer-wrapper .subscribe-banner .wpcf7 .wpcf7-not-valid-tip {
  margin-top: -3px;
  padding: 5px 2px;
  color: var(--error-color);
  text-align: left;
  background: none;
  opacity: 1;
}
.footer-wrapper .subscribe-banner .wpcf7 .wpcf7-not-valid-tip:after {
  content: none;
}

.footer-wrapper .subscribe-banner .wpcf7-form .wpcf7-response-output {
  width: 420px;
  margin: 12px auto 0;
  padding: 0;
  border: none;
  position: absolute;
}

/* ============================================================================================================================== Footer SEO ===================== */

.footer-seo-section {
  padding: 24px 56px !important;
}

.footer-seo-section .seo-box-text {}

.footer-seo-section .seo-box-text .seo-title {
  position: relative;
  margin-bottom: 4px;
  padding-left: 20px;
  color: var(--light-color);
  font-size: 16px !important;
  font-weight: 500 !important;
  line-height: 24px !important;
}

.footer-seo-section .seo-box-text .seo-title::before {
  content: "";
  position: absolute;
  left: -6px;
  width: 24px;
  height: 24px;
  background-image: url('/wp-content/uploads/2024/09/arrow-symbol.svg');
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
}

.footer-seo-section .seo-box-text .list-tag {
  display: flex;
  flex-wrap: wrap;
}

.footer-seo-section .tag-columns {
  margin-bottom: 16px;
}

.footer-seo-section .seo-box-text .tag-item {
  height: fit-content;
  margin-bottom: 6px !important;
  margin-right: 8px;
  padding-right: 8px;
  line-height: 16px;
  border-right: 1px solid var(--secondary-text-color);
}

.footer-seo-section .seo-box-text .list-info {
  margin-bottom: 0;
  margin-left: 16px;
}

.footer-seo-section .seo-box-text .list-info li {
  margin-bottom: 0;
  color: var(--secondary-text-color);
  font-size: 14px;
  line-height: 20px;
}

.footer-seo-section .seo-box-text .list-info li a {
  color: var(--secondary-text-color);
  text-decoration: underline;
}

.footer-seo-section .seo-box-text .list-info li a:hover {
  color: var(--primary-color);
}


.footer-seo-section .seo-box-text .tag-item a {
  color: var(--secondary-text-color);
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
}

.footer-seo-section .seo-box-text .tag-item a:hover {
  color: var(--primary-color);
}

.posts-section .custom-no-title-column {
  padding-top: 52px !important;
}


.posts-section .btn-view-all {
  height: 36px;
  min-height: 36px;
  padding-right: 0 !important;
  border: none;
}

.posts-section .btn-view-all-col .button.is-link {
  padding: 0;
}

.posts-section .btn-view-all-col .button.is-link {
  padding: 0;
}

.posts-section .btn-mt {
  margin-top: 16px !important;
}

.posts-section .btn-mb {
  margin-bottom: 16px !important;
}

.posts-section .list-vertical-blogs .post-item:first-child .box-text .post-title .plain {
  color: var(--light-color, #1d1d1f);
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.posts-section .date-cat-inline {
  gap: 8px;
  height: 24px;
}

.posts-section .blog-reverse .from_the_blog_excerpt {
  margin: 0;
}

.posts-section .list-vertical-blogs .box-text-inner {
  gap: unset;
}

.posts-section .list-vertical-blogs .post-title {
  margin-bottom: 2px !important;
}

.posts-section .list-vertical-blogs .from_the_blog_excerpt {
  margin-bottom: 6px;
}

.home-hero-section .date-cat-inline {
  gap: 8px;
}

.home-hero-section .hero-blog .from_the_blog_excerpt {
  margin: 0;
}

.single-post .entry-content img {
  width: 100%;
}

.second-section {
  padding-top: 16px !important;
}

.video-section-row .box-image {
  position: relative;
}


.none-category-section .date-cat-inline .cat-label,
.none-category-row .date-cat-inline .cat-label,
.none-category-section .date-cat-inline svg,
.none-category-row .date-cat-inline svg {
  display: none;
}

.video-section-row .box-image::before {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 44px;
  height: 44px;
  border-radius: 12px 0 0 12px;
  background: rgba(0, 0, 0, 0.5);
  background-blend-mode: soft-light;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  mix-blend-mode: normal;
  z-index: 1;
  cursor: pointer;
}

.video-section-row .box-image::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  background-image: url('/wp-content/uploads/2024/10/play-button.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 1;
  cursor: pointer;
}

.no-image-blog .box-text .button {
  display: flex;
  gap: 4px;
  align-items: center;
  width: fit-content;
  height: 36px;
  padding: 0 6px 0 12px !important;
  margin-right: 0;
  border: none;
  border-radius: 8px;
  background: var(--primary-color);
  color: var(--white);
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  margin-top: 6px !important;
  transition: none !important;
}

.no-image-blog .box-text .button:hover {
  border: none;
  background: var(--primary-light);
}

.no-image-blog .box-text .button:focus,
.no-image-blog .box-text .button:active {
  border: none;
  background: var(--primary-dark);
}

/* ==================================================================================================================================== RESPONSIVE ================= */


@media only screen and (max-width: 1180px) {
  .footer-widgets.footer.footer-2 .row {
    flex-flow: column;
    align-items: center;
  }

  .footer-widgets.footer.footer-2 .row .col {
    flex-basis: 100%;
    max-width: 100%;
  }

  .footer-widgets.footer.footer-2 .col-inner {
    display: flex;
    justify-content: center;
  }

  .footer-logo-col,
  .footer-menu-col {
    margin-bottom: 24px !important;
  }

  .footer-menu-col .ux-menu-link__text {
    white-space: nowrap;
  }

  .footer-logo-col .footer-logo {
    display: flex;
    justify-content: center;
    width: 100% !important;
  }
}

@media only screen and (max-width: 850px) {
  .header-inner.container {
    padding: 16px;
  }

  .mfp-wrap .mfp-container .mfp-content {
    position: relative;
    top: 0 !important;
    left: 0;
    width: 90vw;
    max-width: 90vw !important;
    height: 100%;
    margin-right: 10vw;
    padding-top: 0 !important;
    background-color: #fff;
    overflow-y: hidden;
  }

  .mb-menu-footer {
    /*     position: fixed;
    left: 0;
    bottom: 0; */
    padding: 16px 0 24px;
    border-top: 1px solid var(--divider-color);
  }

  .mb-menu-footer .footer-menu-col,
  .mb-menu-footer .footer-logo-col {
    margin-bottom: 8px !important;
  }

  .mb-menu-footer .footer-social-col .col-inner {
    display: flex;
    justify-content: center;
  }

  #main-menu.mobile-sidebar,
  #main-menu.mobile-sidebar .sidebar-menu,
  #main-menu.mobile-sidebar .nav {
    height: 100%;
  }

  #main-menu.mobile-sidebar .nav li {
    height: 100%;
    overflow-y: auto;
  }

  #main-menu.mobile-sidebar .nav .custom.html_topbar_left {
    padding: 12px 16px 0;
  }

  #main-menu.mobile-sidebar .nav .custom.html_topbar_left .row .col {
    padding: 0;
  }

  #main-menu.mobile-sidebar .sidebar-menu {
    padding: 0;
  }

  .mb-menu-header {
    margin-bottom: 16px;
  }

  .accordion-categories .accordion .accordion-title {
    padding: 10px 44px 10px 0;
    color: var(--light-color);
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
    border: none;

  }

  .accordion-categories .accordion .accordion-title .toggle {
    left: unset;
    right: 0;
  }

  .accordion-categories .accordion .accordion-title .icon-angle-down:before {
    content: none;
  }

  .accordion-categories .accordion .accordion-title .icon-angle-down {
    width: 20px;
    height: 20px;
    background-image: url("/wp-content/uploads/2024/10/plus.svg");
    background-size: cover;
    background-position: center;
  }

  .accordion-categories .accordion .accordion-title.active .icon-angle-down {
    width: 20px;
    height: 20px;
    background-image: url("/wp-content/uploads/2024/10/minus.svg");
    background-size: cover;
    background-position: center;
  }

  .accordion-categories .accordion .accordion-inner {
    padding: 0;
  }

  .accordion-categories .accordion-title.active {
    background-color: unset;
  }

  .subcategory-list .subcategory-item {
    padding: 0;
  }

  .subcategory-list .subcategory-item a {
    display: inline-block;
    margin: 0 0 6px !important;
    padding: 6px 0 !important;
    color: var(--light-color);
    font-size: 16px;
    line-height: 24px;
  }

  .mb-menu-header .mb-menu-logo .ux-logo-link {
    padding: 0 !important;
  }

  .mb-menu-header .mb-menu-logo .ux-logo-image {
    width: 48px;
    height: 22px !important;
  }

  .mb-menu-header .mb-menu-header-close {
    margin: 0;
  }

  .mb-menu-header .mb-menu-header-col {
    padding: 0 !important;
  }

  .mb-menu-header .mb-menu-header-col .col-inner {
    display: flex;
    justify-content: space-between;
  }

  .mb-menu-header-close {
    content: none;
    background-image: url('/wp-content/uploads/2024/10/close-menu.svg');
    background-size: cover;
    background-position: center;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 !important;
    border: none !important;
    text-indent: -9999px;
    overflow: hidden;
  }

  .mb-header-menu {
    margin-bottom: 8px;
    padding-bottom: 8px;
    border-bottom: 1px solid var(--divider-color);
  }

  .mb-menu-nav .ux-menu-link__link {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .mb-menu-nav .ux-menu-link__text {
    color: var(--light-color);
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
  }

  .mb-menu-nav {
    height: calc(100% - 230px);
    overflow-y: auto;
  }

  .mobile-nav .header-button .primary.button {
    border-radius: 8px;
    background: var(--light-color);
  }

  .footer-seo-section {
    padding: 24px 16px !important;
  }

  .footer-wrapper .subscribe-banner .banner-inner .banner-bg .bg {
    background-size: cover !important;
  }


  .home h1.post-title .plain {
    font-size: 28px;
    line-height: 36px !important;
  }

  .hero-blog .box {
    margin-bottom: 16px;
  }

  .list-vertical-blogs .post-item .box-vertical {
    gap: 16px;
  }

  .post-item .date-cat-inline {
    gap: 8px;
  }

  section.home-hero-section {
    padding: 24px 16px !important;
  }

  .posts-section .no-image-blog .box-text .date-cat-inline {
    order: 2;
  }

  .posts-section .no-image-blog .box-text .box-text-inner {
    gap: 4px;
    margin-bottom: 16px;
  }

  .posts-section .btn-view-all-col {
    margin-top: 16px;
    margin-bottom: 0;
  }

  .posts-section .btn-view-all-col .col-inner {
    justify-content: center;
  }

  .vertical-column .col-inner {
    display: flex;
    flex-direction: column-reverse;
  }

  .posts-section .vertical-column .btn-view-all {
    margin-bottom: 0 !important;
  }

  .posts-section .btn-view-all {
    margin-top: 16px !important;
  }

  .posts-section .custom-no-title-column {
    padding-top: unset;
  }

  .posts-section .posts-tabs-mobile {
    margin-bottom: 16px;
  }

  .posts-section .custom-nake-nav-tabs .tab-panels {
    width: calc(100% + 32px);
    margin-top: 16px;
    margin-left: -16px;
    margin-right: -16px;
    padding-left: 16px;
    padding-right: 16px;
    background-color: var(--white);
  }

  .custom-nake-nav-tabs .nav .tab {
    border-radius: 8px;
    background-color: var(--white);
  }

  /* =================================================================================================================== RESPONSIVE Category ============================== */
  .archive.category .blog-wrapper.blog-archive {
    padding-top: 12px;
  }


  .archive.category .archive-page-header .page-title {
    margin-bottom: 0;
    text-align: center;
    color: var(--light-color);
    font-weight: 700 !important;
  }

  .archive.category .hero-blog .post-item svg {
    display: none;
  }

  .archive.category #post-list>.row:first-of-type {
    margin-bottom: 16px;
  }

  .archive.category #post-list>.row:first-of-type>.col:first-of-type {
    flex-basis: 100%;
    max-width: 100%;
    margin-top: 16px;
    margin-bottom: 16px;
  }

  .archive.category #post-list>.row:first-of-type>.col {
    flex-basis: 100%;
    max-width: 100%;
  }

  .archive.category #post-list>.row:first-of-type>.col:nth-of-type(2) .post-item {
    margin-bottom: 16px;
  }

  .archive.category #post-list>.row:first-of-type>.col:nth-of-type(2) .post-item svg {
    display: none;
  }

  .archive.category #post-list>.row:first-of-type>.col:nth-of-type(2) .post-item .box {
    display: flex;
    flex-direction: row-reverse;
  }

  .archive.category #post-list>.row:first-of-type>.col:nth-of-type(2) .post-item .box-image {
    width: 100%;
    margin-bottom: 0;
    margin-right: 12px;
  }

  .archive.category .blog-post-no-thumbnail .post-item svg {
    display: none;
  }

  .archive.category .blog-post-no-thumbnail .post-item .post-title .plain {
    line-height: 20px !important;
  }

  .archive.category #post-list .row:nth-of-type(2) {
    margin-right: -15px;
    margin-left: -15px;
    margin-bottom: -16px;
    border-radius: 0;
  }

  .archive.category #post-list .row:nth-of-type(2) .post-item {
    max-width: 100%;
    padding: 0 8px 16px;
  }

  .archive.category #post-list .row:nth-of-type(2) .post-item svg {
    display: none;
  }

  .archive.category #post-list .row:nth-of-type(2) .post-item .box {
    display: flex;
    flex-direction: row;
  }

  .archive.category #post-list .row:nth-of-type(2) .post-item .box-image {
    width: 100%;
    margin-bottom: 0;
    margin-right: 16px;
  }

  /* =================================================================================================================== RESPONSIVE Category ============================== */

  .single-post .custom-article {
    flex-basis: 100%;
    max-width: 100%;
  }

  .single-post .high-view-posts {
    display: none;
  }

  .posts-section .custom-no-title-column {
    padding-top: unset !important;
  }

  .arrow-btn::after {
    content: none;
  }

  .button.primary.arrow-btn span {
    margin-right: 4px;
    position: relative;
    transition: all 0.3s ease;
  }

  .arrow-btn span::after {
    content: "";
    position: absolute;
    right: -20px;
    top: 53%;
    transform: translateY(-50%);
    width: 16px;
    height: 16px;
    background-image: url('/wp-content/uploads/2024/10/chevron-right.svg');
    background-size: contain;
    background-repeat: no-repeat;
  }
	
  .none-category-section .row-mobile>.col {
	padding-bottom: 0;
  }
}

@media only screen and (max-width: 780px) {
  .footer-widgets.footer.footer-2 .footer-section {
    margin: 0 !important;
  }

  .footer-widgets.footer.footer-2 {
    padding: 16px 24px;
  }

  .footer-menu-col .ux-menu {
    flex-wrap: wrap;
    gap: 8px;
  }

  .footer-social-col {
    margin-right: 0 !important;
  }
}

@media only screen and (max-width: 550px) {
  .footer-widgets.footer.footer-1 {
    padding: 0;
  }
}