/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/
@font-face {
  font-family: "IvyPrestoDisplay";
  src: url("../flatsome-child/fonts/DFVNIvyPrestoDisplay/IvyPrestoDisplay-Regular.otf");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "IvyPrestoDisplay";
  src: url("../flatsome-child/fonts/DFVNIvyPrestoDisplay/IvyPrestoDisplay-Bold.otf.otf");
  font-weight: bold;
  font-style: bold;
}

@font-face {
  font-family: "UTM_Avo";
  src: url("../flatsome-child/fonts/UTMAvo/UTM_Avo.ttf");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "UTM_Avo";
  src: url("../flatsome-child/fonts/UTMAvo/UTM_AvoBold.ttf");
  font-weight: bold;
  font-style: bold;
}

:root {
  --color-secondary: #b2928d;
  --color-secondary-300: #a1a2a3;
  --color-secondary-500: #636466;
  --color-primary: #4c5a28;
  --color-primary-600: #2f3b10;
  --color-primary-400: #707b54;
  --color-primary-800: #192105;
  --color-heading: #2f3b10;
  --color-sub-heading: #caa5a5;
  --color-text: #5d5d5d;
  --color-sub-text: #e0e0e1;
  --color-link: #87695a;
  --color-link-disable: #ebd7cd;
  --color-support-400: #87695a;
  --color-support-100: #ebd7cd;
  --page-width: 1140px;
  --page-width-large: calc(var(--page-width) + (100% - var(--page-width)) / 2);
  --spacing-by-page-width: calc((100% - var(--page-width)) / 2);
  font-size: 10px !important;
}

.page-width-length {
  width: var(--page-width-large);
  margin-right: 0;
}

.page-container {
  width: var(--page-width);
  margin: auto;
}

@media only screen and (max-width: 1024px) {
  :root {
    font-size: 8px !important;
    --page-width: 100%;
  }
  .page-container {
    width: 100%;
    margin: auto;
    padding: 0 15px;
  }
}

a {
  color: var(--color-link);
}

h1,
.h1 {
  font-size: 6rem;
  font-weight: 400 !important;
  font-family: "IvyPrestoDisplay", serif !important;
  line-height: 1.2;
}

h2,
.h2 {
  font-size: 4.8rem;
  font-weight: 400 !important;
  font-family: "IvyPrestoDisplay", serif !important;
  line-height: 1.2;
}

h3,
.h3 {
  font-size: 4rem;
  font-weight: 400 !important;
  line-height: 1.2;
}

h4,
.h4 {
  font-size: 3.1rem;
  font-weight: 400 !important;
  line-height: 1.2;
}

h5,
.h5 {
  font-size: 2.4rem;
  font-weight: 400 !important;
  line-height: 1.2;
}

h6,
.h6 {
  font-size: 2rem;
  font-weight: 400 !important;
  line-height: 1.5;
}

p {
  margin-bottom: 0;
  line-height: 1.5 !important;
}

#main,
#wrapper {
  background-color: #f7f7f7;
}

p,
body {
  font-size: 1.6rem;
  font-weight: 400 !important;
}

p,
a,
h3,
h4,
h5,
h6 {
  font-family: "UTM_Avo", sans-serif !important;
}
header {
  background: linear-gradient(
    0deg,
    rgba(0, 0, 0, 0) 0.17%,
    rgba(0, 0, 0, 0.3) 100%
  );
}
header .header-inner {
  padding-left: 60px;
  padding-right: 60px;
}

@media only screen and (max-width: 1200px) {
  header .header-inner {
    padding-left: 15px;
    padding-right: 15px;
  }
}

header .nav li:first-child {
  margin-left: 0px !important;
}
header .nav > li {
  margin: 0px 12px;
}
header .nav > li > a {
  font-weight: 400;
  font-size: 1.6rem;
}

.header-languages span:first-child {
  padding-left: 0px !important;
}

.header-languages span:first-child::before {
  display: none;
}

.header-languages span {
  display: inline-block;
  position: relative;
  padding: 0 12px;
}

.header-languages span::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 100%;
  left: -2px;
  top: 0;
  background-color: var(--color-secondary-300);
}
.header-languages a {
  font-size: 1.6rem;
  color: var(--color-secondary-300);
  text-transform: uppercase;
}

.header-languages .active a {
  color: #ffffff;
}

.blog-categories {
  display: flex;
  flex-wrap: wrap;
}

.blog-category {
  position: relative;
  width: 25%;
  background-color: #cccccc;
}

@media only screen and (max-width: 1024px) {
  .blog-category {
    position: relative;
    width: 50%;
    background-color: #cccccc;
  }
}

@media only screen and (max-width: 640px) {
  .blog-category {
    position: relative;
    width: 100%;
    background-color: #cccccc;
  }
}

.blog-category a *:hover {
  color: var(--color-secondary);
  cursor: pointer;
}

.blog-category:hover .blog-category-children {
  display: block;
}

.blog-category:hover .blog-category-info {
  top: 0;
  transition: all 0.8s;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.5) 0%, #000000 100%);
}

.blog-category-image {
  position: relative;
  width: 100%;
  padding-bottom: calc(100% * 513 / 360);
}

.blog-category .blog-category-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}

.blog-category .blog-category-info {
  width: 100%;
  position: absolute;
  padding: 32px;
  bottom: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
}

.blog-category-info .blog-category-title {
  color: #ffffff;
  font-weight: 400;
}

.blog-category-children {
  display: none;
}

.blog-category-children .blog-category-children-title {
  padding: 16px 0px;
  border-bottom: solid 1px var(--color-secondary);
  color: #ffffff;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.blog-category-children a:last-child .blog-category-children-title {
  border-bottom: none;
}

.action-link {
  display: inline-flex;
  gap: 24px;
  align-items: center;
}

.action-link:hover {
  color: var(--color-primary);
}

.section-heading h2 {
  color: var(--color-primary-600);
}

.staff-item {
  border-radius: 8px;
  overflow: hidden;
}

.staff-info {
  background: linear-gradient(0deg, #000000 0%, rgba(0, 0, 0, 0) 100%);
}

.staff-title p {
  color: var(--color-sub-text);
  margin: 0;
}

.staff-title h6 {
  color: #ffffff;
  margin: 0;
}

.staff-des {
  max-height: 0px;
  overflow: hidden;
}

.staff-item:hover .staff-des {
  max-height: none;
}

section {
  padding-top: 130px !important;
  padding-bottom: 0px !important;
}

section.footer {
  padding-top: 80px !important;
}

.footer .ux-menu-link__text {
  color: #000000 !important;
}

@media only screen and (max-width: 640px) {
  .footer .ux-menu-link__link {
    justify-content: center;
  }
}

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

.social-icons {
  gap: 16px;
}

.social-icons a.button.icon:first-child {
  margin-left: 0px !important;
}

.social-icons a.button.icon {
  width: 48px;
  height: 48px;
  display: inline-flex;
  border: solid thin var(--color-secondary-500) !important;
  border-radius: 99999px !important;
  align-items: center;
  justify-content: center;
  margin-bottom: 0 !important;
  color: #434343 !important;
  background-color: transparent !important;
  margin-left: 8px !important;
  margin-right: 8px !important;
}

.social-icons a.button.icon:hover {
  background-color: var(--color-primary) !important;
  color: #ffffff;
}

.absolute-footer {
  display: none !important;
}

#main-menu {
  height: 100%;
}
.full-page-menu {
  height: 100%;
  color: #ffffff !important;
  position: relative;
  background-color: #ffffff;
}

.full-page-menu::after {
  content: "";
  position: absolute;
  background-color: var(--color-primary-800);
  height: 100%;
  width: calc((100% - 1140px) / 2);
  top: 0;
  left: 0;
}

.full-page-menu-wrapper {
  display: flex;
  height: 100%;
}

.full-page-menu li {
  list-style: none;
}

.full-page-menu .menu-left * {
  color: #ffffff;
}

.full-page-menu .menu-left {
  width: 60% !important;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-color: var(--color-primary-800);
}

.full-page-menu .menu-left .menu-left-wrapper {
  display: flex;
  flex-direction: column;
  height: fit-content;
  position: relative;
}

.full-page-menu .menu-left-wrapper > .menu-item {
  margin-bottom: 4rem;
}

.full-page-menu .menu-left-wrapper > .menu-item:last-child {
  margin-bottom: 0px;
}

.full-page-menu .menu-left-wrapper > .menu-item a {
  font-size: 2.4rem;
  text-transform: uppercase;
}

.full-page-menu .menu-left-wrapper > .menu-item:hover a {
  text-decoration: underline;
}

.full-page-menu .menu-left-wrapper > .menu-item:hover > .sub-menu {
  display: flex;
}

.full-page-menu .sub-menu {
  display: none;
  position: absolute;
  width: 50%;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 100%;
  flex-direction: column;
  justify-content: center;
  padding-left: 4rem;
  border-left: solid thin var(--color-primary);
}

.full-page-menu .sub-menu .menu-item {
  margin-bottom: 3.2rem;
}

.full-page-menu .sub-menu .menu-item:last-child {
  margin-bottom: 0px;
}

.full-page-menu .sub-menu .menu-item a {
  font-size: 2rem;
  text-decoration: none !important;
}

.full-page-menu .sub-menu .menu-item:hover a {
  text-decoration: underline !important;
}

.full-page-menu .sub-menu > .menu-item:hover .sub-menu {
  display: flex;
}

.full-page-menu .sub-menu > .menu-item .sub-menu {
  position: relative;
  margin: 0;
  padding-left: 24px !important;
  font-size: 16px !important;
  border: none;
  gap: 16px;
  display: none;
  width: fit-content;
}

@media only screen and (max-width: 768px) {
  .full-page-menu .sub-menu > .menu-item .sub-menu {
    padding-top: 16px;
  }
}

.full-page-menu .sub-menu > .menu-item .sub-menu .menu-item {
  margin-bottom: 0px;
  padding: 0px;
}

.full-page-menu .sub-menu > .menu-item .sub-menu .menu-item a {
  font-size: 16px;
  text-decoration: none !important;
}

.full-page-menu .sub-menu > .menu-item .sub-menu .menu-item:hover a {
  text-decoration: underline !important;
}

.full-page-menu .menu-right {
  width: 40% !important;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.full-page-menu .menu-logo {
  width: 100px;
}

.full-page-menu .menu-right * {
  color: var(--color-primary);
}

.full-page-menu .menu-right-wrapper {
  display: flex;
  flex-direction: column;
  gap: 5rem;
}

.full-page-menu .menu-contact {
  display: flex;
  flex-direction: column;
  gap: 8px;
  font-size: 14px;
}

.mfp-wrap button.mfp-close {
  top: 4rem !important;
  right: 4rem !important;
  opacity: 1 !important;
  color: var(--color-primary) !important;
}

@media only screen and (max-width: 1024px) {
  .full-page-menu::after {
    width: 15px;
  }
}

@media only screen and (max-width: 768px) {
  .full-page-menu::after {
    display: none;
  }

  .full-page-menu-wrapper {
    flex-direction: column;
    height: 100%;
    overflow-y: auto;
    padding: 0px !important;
  }

  .full-page-menu .menu-left .menu-left-wrapper {
    width: 100%;
  }

  .full-page-menu .menu-left,
  .full-page-menu .menu-right {
    width: 100% !important;
    padding: 20px;
    align-items: flex-start;
  }
  .full-page-menu .sub-menu {
    position: static;
    width: 100%;
    transform: translateY(0);
    margin-left: 20px;
    height: auto;
    margin-top: 20px;
  }
  .mfp-wrap button.mfp-close {
    top: 10px !important;
    right: 10px !important;
    opacity: 1 !important;
    color: #ffffff !important;
  }
  .full-page-menu .menu-left .menu-item {
    margin-bottom: 0rem !important;
    padding: 10px 0;
  }
}
.hero-banner .text-box {
  width: 100% !important;
}
.hero-banner .text-box-content {
  margin-bottom: 50px;
}
.hero-banner .flickity-page-dots {
  left: auto;
  right: 40px;
  bottom: 50px;
}

.hero-banner .flickity-page-dots .dot {
  border: 3px solid var(--color-support-400);
  width: 60px;
}

.hero-banner .flickity-page-dots .dot.is-selected {
  border-color: var(--color-support-100);
}

.hero-banner .flickity-slider .banner-inner::before {
  content: "";
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 30%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
  z-index: 1;
}

.hero-banner .flickity-slider .banner-layers {
  z-index: 2;
}

.hero-banner h2 {
  line-height: 1.2 !important;
  font-size: 60px !important;
}

@media only screen and (max-width: 768px) {
  .hero-banner .text-box-content {
    margin-bottom: 100px;
  }
  .hero-banner .flickity-page-dots {
    left: 10px;
    right: 10px;
    bottom: 20px;
  }

  .hero-banner h2 {
    font-size: 48px !important;
  }

  .hero-banner h2 {
    font-size: 48px !important;
  }
}

/* start product-collection */
.product-collection {
  border-radius: 8px;
  overflow: hidden;
  position: relative;
  padding-top: calc(100% * 600 / 970);
}
.product-collection img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.product-collection-info {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 32px;
  z-index: 1;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
}

.product-collection-info * {
  color: #ffffff;
}
/* end product-collection */

/* start product-collection */
.v-slider-control {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  width: var(--page-width);
  margin-top: 56px;
}

.v-slider-button {
  display: flex;
  gap: 15px;
}

.v-slider-button > div {
  width: 60px;
  height: 60px;
  color: var(--color-primary-400);
  cursor: pointer;
  transition: all 0.2s;
}

.v-slider-button > div:hover {
  color: #ffffff;
  transform: scale(1.1);
}

.v-slider-button > div:hover svg {
  fill: var(--color-primary-400);
}

.v-slider-pagination-group {
  width: 270px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
}

.v-slider-pagination {
  text-align: right;
  color: var(--color-support-400);
}

.v-slider-pagination span {
  font-size: 20px;
}

.v-slider-pagination span:first-child {
  font-size: 32px;
}

.v-slider-pagination-group .swiper-scrollbar {
  position: static;
  width: 100%;
  background-color: var(--color-support-100);
}

.v-slider-pagination-group .swiper-scrollbar-drag {
  background-color: var(--color-support-400);
}

@media only screen and (max-width: 768px) {
  .product-collection {
    padding-top: calc(100% * 540 / 345);
  }
  .product-collection-info {
    padding: 24px 32px;
  }

  .v-slider-control {
    flex-direction: column;
    align-items: center;
    margin-top: 24px;
  }
  .v-slider-pagination-group {
    display: none;
  }
}

.gallery-col .box-image {
  background-color: #ffffff;
}

.v-contact-form p {
  text-align: center;
  position: relative;
}

.v-contact-form .wpcf7-spinner {
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  margin: 0;
}

.v-contact-form .form-flat input.wpcf7-text {
  border-radius: 0px;
  background: none;
  border: none;
  border-bottom: 1px solid #a1a2a3;
  height: 48px;
}

.v-contact-form .v-button {
  margin: 0 !important;
  margin-top: 40px !important;
}

.v-button {
  width: 172px;
  height: 56px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #192105 !important;
  background: #f0f2eb !important;
  color: var(--color-primary) !important;
  font-weight: 400 !important;
  font-size: 16px !important;
}

.v-button i {
  display: none;
}

.v-button:hover {
  color: #ffffff !important;
  background: #707b54 !important;
  border: 1px solid #192105 !important;
}

.v-button.is-outline {
  border: 1px solid var(--White, #ffffff) !important;
  color: #ffffff !important;
  background: none !important;
}

.v-button.is-outline:hover {
  border: 1px solid var(--White, #ffffff) !important;
  background: #707b54 !important;
  color: #ffffff !important;
}

.v-post-card {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.v-post-card * {
  color: #000000;
}

.v-blog-posts {
  overflow: hidden;
  padding-bottom: 10px;
  padding-left: 5px;
}

.v-post-categories span {
  color: #5d5d5d !important;
}

.v-post-image {
  padding-top: calc(100% * 260 / 370);
  position: relative;
  overflow: hidden;

  background-color: #cccccc;
  border-radius: 8px;
}

.v-post-image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#comments {
  display: none !important;
}

.v-about-section .v-about-box p {
  visibility: hidden;
  height: 0;
  opacity: 0;
}

.v-about-section .v-about-box:hover p,
.v-about-section .v-about-box.active p {
  visibility: inherit;
  opacity: 1;
  height: auto;
  transition: all 0.5s;
}

.v-about-images .col-inner {
  position: relative;
  padding-top: calc(100% * 740 / 540);
}

.v-about-images .img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 8px;
}

.v-about-images .img .img-inner {
  height: 100%;
}

.v-about-images .img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.v-about-images .img:first-child {
  z-index: 1;
}

.v-about-images .img.active {
  z-index: 999;
}

.v-no-padding {
  padding-top: 0 !important;
}

.shop-page-title .page-title-inner {
  padding-top: 90px;
}

.shop-page-title {
  font-size: 6rem;
  text-transform: uppercase;
  margin-bottom: 0px;
  line-height: 1.4;
}

.shop-page-title .breadcrumbs {
  font-size: 1.6rem;
  text-transform: none;
}

.collection-item {
  display: flex;
  padding: 60px 0;
  gap: 130px;
  align-items: center;
}

.collection-item:nth-child(2n) {
  flex-direction: row-reverse;
}

.collection-item-col {
  width: 50%;
}

.collection-item--image {
  width: 100%;
  padding-top: calc(100% * 493 / 850);
  position: relative;
}

.collection-item--image img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  top: 0;
  left: 0;
}

.collection-item--content {
  padding-right: var(--spacing-by-page-width);
}

.collection-item:nth-child(2n) .collection-item--content {
  padding-left: var(--spacing-by-page-width);
}

.category-filtering {
  display: none;
}

@media only screen and (max-width: 768px) {
  .collection-item {
    flex-direction: column !important;
    gap: 52px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .collection-item-col {
    width: 100% !important;
  }
}

@media only screen and (max-width: 1024px) {
  .collection-item {
    gap: 52px;
  }
  .collection-item--content {
    padding-right: 15px;
  }

  .collection-item:nth-child(2n) .collection-item--content {
    padding-left: 15px;
  }
}
