/*
Theme Name: VN theme
Description: Design by VN
Author: vn
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/

@charset "UTF-8";
@import "font-style.css";

/* ALL */

html {
  font-size: 62.5%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 16px;
  line-height: 1.2;
}

body {
  overflow-x: hidden;
  /* Lưu ý lỗi với slider */
  line-height: 1.618;
  font-size: 1.6rem;
  font-family: 'Work Sans';
}

.banner h6,
.banner h5,
.banner p {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}

pre,
blockquote,
form,
figure,
p,
dl,
ul,
ol {
  margin-bottom: 16px;
}

.list-style-0 li {
  list-style: none;
  margin-left: 0 !important;
}

li {
  margin-bottom: 0.5em;
}

.is-medium {
  font-weight: 600;
}

.is-bolder>*,
.is-bolder {
  font-weight: 900;
}

b,
strong {
  font-weight: 700;
}

.primary-color>* {
  color: var(--fs-color-primary);
}

.is-xxxxlarge>*,
.is-xxxxlarge {
  font-size: 12rem;
}

.is-xxxlarge>*,
.is-xxxlarge {
  font-size: 9rem;
  letter-spacing: -1px;
}

.is-xxlarge>*,
.is-xxlarge {
  font-size: 6.2rem;
}

.is-xlarge>*,
.is-xlarge {
  font-size: 4.4rem;
}

.is-larger>*,
.is-larger {
  font-size: 3rem;
}

.is-large>*,
.is-large {
  font-size: 2.2rem;
}

.is-small,
.is-small.button {
  font-size: 1.3rem;
}

.button {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 6px 18px;
}

.button.icon {
  display: flex;
}

.button span {
  line-height: 1.2;
}

.is-uppercase,
.uppercase {
  letter-spacing: 0;
}

.justify,
.justify>* {
  text-align: justify;
}

.is-normal>* {
  font-weight: 400;
}

.section-title-container.uppercase span {
  text-transform: uppercase !important;
}

.alt-font,
.is-alt-font {
  font-family: 'Times New Roman Condensed';
}

.heading-font {
  font-family: 'Poppins';
}

.sub-font {
  font-family: 'Open Sans';
}

/* Title */

.section-title-container {
  margin-bottom: 4rem;
}

.section-title-normal span,
.section-title-normal {
  border: none;
}

.section-title b {
  display: none;
}

.section-title {
  margin-bottom: 0;
}

.section-title-center {
  justify-content: center;
}

/* Header */
.header-inner {
  position: relative;
  padding-right: 4rem;
}

#logo {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: relative;
}

.header-inner::after,
#logo::after {
  content: '';
  display: block;
  width: 1.6rem;
  height: 95%;
  background-color: var(--fs-color-primary);
  position: absolute;
  top: 0;
  right: -2rem;
}

.logo-tagline {
  font-family: 'Open Sans';
}

.header-inner::after {
  right: 0;
}

ul.header-nav {
  justify-content: flex-end;
}

.header-nav>li {
  display: flex;
}

.nav>li>a {
  font-family: 'Open Sans';
  color: #1f2020;
  font-weight: 400;
  font-size: 1.6rem;
}

.header-nav>li>a {
  flex-direction: column;
}

.header-nav>li.active>a,
.header-nav>li>a:hover {
  font-weight: 700;
}

.header-nav>li>a::before {
  content: attr(title);
  display: block;
  font-weight: 700;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}


/* End Header */

/* About page */
.about__title .image-cover {
  border-radius: 50%;
}

.about__title h1 {
  line-height: 1;
  letter-spacing: -1px;
}

.about-row .col:nth-child(1)::before {
  content: '';
  background: url("/wp-content/uploads/2025/01/logo.png") center center / contain no-repeat;
  width: 4rem;
  height: 5rem;
  position: absolute;
  top: 0;
  right: -2rem;
}

.about-row .col:nth-child(1)::after {
  content: '';
  background-color: var(--fs-color-primary);
  width: 2px;
  height: calc(100% - 5rem);
  position: absolute;
  top: 5rem;
  right: -1px;
}


.social-media .icon-box {
  align-items: center;
  flex-wrap: nowrap;
}

.social-media .icon-box-text {
  padding-left: .8rem !important;
}

/* End About page */

/* Yoga classes */
.yoga-classes .col-inner {
  border-radius: 1rem;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.yoga-classes .stack {
  padding: 1rem 1.6rem 4rem;
  flex: 1;
}

.yoga-classes .stack .text {
  flex: 1;
}

/* .yoga-classes:nth-child(2n) .col-inner {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
} */

.testimonial__item .icon {
  border-radius: 50%;
  border: 4px solid var(--fs-color-primary);
  display: flex;
  align-items: center;
  justify-content: center;
}

.testimonial__item img {
  padding-top: 0;
}

.testimonial__item h3 {
  margin-bottom: 0;
}

/* End Yoga classes */

/* Blog */
.box-blog-post .is-divider {
  display: none;
}

.box-blog-post h5.post-title {
  /*chỉnh 3 dòng đầu*/
  --font-ss: 20px;
  --line-height: 1.5;
  --line-row: 2;
  margin-bottom: 0.5em;
  font-size: var(--font-ss);
  line-height: var(--line-height);
  font-family: 'Poppins';
  /* -webkit-line-clamp: var(--line-row);
  height: calc((var(--font-ss) * var(--line-height)) * var(--line-row)); */
  /* text-transform: uppercase; */
  /* display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical; */
}

.category .page-title span {
  font-family: 'Times New Roman Condensed';
  font-size: 9rem;
  letter-spacing: -1px;
  text-transform: uppercase;
  font-weight: 400;
}

.share-icons {
  display: flex;
  justify-content: center;
  gap: 1rem;
}

.share-icons .button.is-outline {
  width: 3rem;
  height: 3rem;
}

.share-icons i {
  top: 0;
}

/* Shop */
.quantity input[type=number] {
    height: 5.1rem;
}

/* Ipad pro: 1100px */
@media only screen and (max-width: 68.75em) {}

/* Tablet: 970px */
@media only screen and (max-width: 60.625em) {

  .header-inner::after,
  #logo::after {
    content: none;
  }

  .is-xxxxlarge>*,
  .is-xxxxlarge {
    font-size: 9rem;
  }

  .is-xxxlarge>*,
  .is-xxxlarge {
    font-size: 6.2rem;
    letter-spacing: -1px;
  }

  .is-xxlarge>*,
  .is-xxlarge {
    font-size: 4.4rem;
  }

  .is-xlarge>*,
  .is-xlarge {
    font-size: 3rem
  }

  .is-larger>*,
  .is-larger {
    font-size: 2.2rem;
    ;
  }

  .is-large>*,
  .is-large {
    font-size: 1.8rem;
  }
}

/* Mobile: 549px */
@media only screen and (max-width: 34.3125em) {
  .about__title .box-image {
    width: 80% !important;
  }

  .about-row .col:nth-child(1)::after,
  .about-row .col:nth-child(1)::before {
    content: none;
  }
}