/*
* Template Name: UntreeStore
* Template Author: Untree.co
* Author URI: https://untree.co/
* License: https://creativecommons.org/licenses/by/3.0/
*/

:root {
  --dark-grey: #4d4d4d;
  --white: #ffffff;
}
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap");
body {
  overflow-x: hidden;
  position: relative; }

body {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  line-height: 28px;
  color: #6a6a6a;
  font-size: 15px;
  background-color: var(--white); }

a {
  text-decoration: none;
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
  color: #2f2f2f;
  text-decoration: underline; }
  a:hover {
    color: #2f2f2f;
    text-decoration: none; }
  a.more {
    font-weight: 600; }

  h2 {
  position: relative;
  padding: 0;
  margin: 0;
  font-family: "Raleway", sans-serif;
  font-weight: 300;
  font-size: 40px;
  color: #080808;
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}

h2 span {
  display: block;
  font-size: 0.5em;
  line-height: 1.3;
}

  .macro-title h2 {
    /*text-align: center;
    margin: 20px;
    font-size: 40pt;
    font-weight: 700;*/
    text-align: center;
  font-size: 30px;
  font-weight: 700; 
  color:#202020;
  text-transform: uppercase;
  word-spacing: 1px; letter-spacing:2px;
  margin: 30px 0;
  }

  .macro-title h2:before {
  position: absolute;
  left: 0;
  bottom: -10px;
  width: 80px;
  height: 4px;
  content: "";
  left: 50%;
  margin-left: -30px;
  background-color: #f9bf29;
  }

  

.macro-title h2 span{
  margin-top: 40px;
  text-transform: none;
  font-size:.75em;
  font-weight: normal;
  font-style: italic; font-family: "Playfair Display","Bookman",serif;
  color:#999; letter-spacing:-0.005em; word-spacing:1px;
  letter-spacing:none;
}

.custom-navbar {
  z-index: 1000;
  width: 100vw;
  background: #000000 !important;
  padding-top: 20px;
  padding-bottom: 20px; }
  .custom-navbar .navbar-brand {
    font-size: 20px;
    font-weight: 600; }
    .custom-navbar .navbar-brand > span {
      opacity: .4; }
  .custom-navbar .navbar-toggler {
    border-color: transparent; }
    .custom-navbar .navbar-toggler:active, .custom-navbar .navbar-toggler:focus {
      -webkit-box-shadow: none;
      box-shadow: none;
      outline: none; }
  @media (min-width: 992px) {
    .custom-navbar .custom-navbar-nav li {
      margin-left: 15px;
      margin-right: 15px; } }
  .custom-navbar .custom-navbar-nav li a {
    font-weight: 500;
    opacity: .5;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
    position: relative; }
    @media (min-width: 768px) {
      .custom-navbar .custom-navbar-nav li a:before {
        content: "";
        position: absolute;
        bottom: 0;
        left: 8px;
        right: 8px;
        background: #f9bf29;
        height: 5px;
        opacity: 1;
        visibility: visible;
        width: 0;
        -webkit-transition: .15s all ease-out;
        -o-transition: .15s all ease-out;
        transition: .15s all ease-out; } }
    .custom-navbar .custom-navbar-nav li a:hover {
      opacity: 1; }
      .custom-navbar .custom-navbar-nav li a:hover:before {
        width: calc(100% - 16px); }
  .custom-navbar .custom-navbar-nav li.active a {
    opacity: 1; }
    .custom-navbar .custom-navbar-nav li.active a:before {
      width: calc(100% - 16px); }
  .custom-navbar .custom-navbar-cta {
    margin-left: 0 !important;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row; }
    @media (min-width: 768px) {
      .custom-navbar .custom-navbar-cta {
        margin-left: 40px !important; } }
    .custom-navbar .custom-navbar-cta li {
      margin-left: 0px;
      margin-right: 0px; }
      .custom-navbar .custom-navbar-cta li:first-child {
        margin-right: 20px; }

    .dropdown-item {
      color: var(--dark-grey)
    }

.hero {
  background: url('../images/hero.webp');
  padding: calc(4rem - 30px) 0 0rem 0; 
  margin-top: 60px;
  }
  @media (min-width: 768px) {
    .hero {
      padding: calc(4rem - 30px) 0 4rem 0; } }
  @media (min-width: 992px) {
    .hero {
      padding: calc(8rem - 30px) 0 8rem 0; } }
  .hero .intro-excerpt {
    position: relative;
    z-index: 4; }
    @media (min-width: 992px) {
      .hero .intro-excerpt {
        max-width: 450px; } }
  .hero h1 {
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 30px;
  font-size: 50px;}
    @media (min-width: 1400px) {
      .hero h1 {
        font-size: 54px; } }
  .hero p {
    color: rgba(255, 255, 255, 0.817);
    margin-bottom: 30px; }
  .hero .hero-img-wrap {
    position: relative; }
  .hero .hero-img-wrap img {
      position: relative;
      bottom: 0px;
      right: 400px;
      z-index: 2;
      max-width: 780px;
      left: 0px; }

  
/* Idea section */
.img-container {
  float: right; 
  width: 40%; 
  height: auto; 
  margin-left: 30px;
}
  
 /* images separators */
.img-separator {
  width: 100%;
  height: 22vh;

      }
  
.img-separator.one {

background: #ffffff url('../images/separator-1.jpg') center center/cover no-repeat;
background-position:30% 10%;
} 

  
.img-separator.two {

background: #ffffff url('../images/separator-2.jpg') center center/cover no-repeat;
background-position:0% 30%;
} 

.img-separator.three {
background: #ffffff url('../images/separator-3.jpg') center center/cover no-repeat;
background-position:0% 0%;
} 

.img-separator.four {
background: #ffffff url('../images/separator-4.jpg') center center/cover no-repeat;
background-position:0% 50%;
} 

/* buttons */
.btn {
  font-weight: 600;
  padding: 12px 30px;
  border-radius: 30px;
  color: #ffffff;
  background: #2f2f2f;
  border-color: #2f2f2f; }
  .btn:hover {
    color: #ffffff;
    background: #222222;
    border-color: #222222; }
  .btn:active, .btn:focus {
    outline: none !important;
    -webkit-box-shadow: none;
    box-shadow: none; }
  .btn.btn-primary {
    background: #3b5d50;
    border-color: #3b5d50; }
    .btn.btn-primary:hover {
      background: #314d43;
      border-color: #314d43; }
  .btn.btn-secondary {
    color: #2f2f2f;
    background: #f9bf29;
    border-color: #f9bf29; }
    .btn.btn-secondary:hover {
      background: #f8b810;
      border-color: #f8b810; }
  .btn.btn-white-outline {
    background: transparent;
    border-width: 2px;
    border-color: var(--dark-grey);
  color: var(--dark-grey); }
    .btn.btn-white-outline:hover {
      border-color: white;
      color: var(--dark-grey); }


.section-title {
  width: fit-content;
  height: 30px;
  color: #2f2f2f;   

  padding: 5px 0 0 ;
  padding: 5px 0 0 0;
 
  margin-bottom: 40px;
margin-top: 10px;
  background-color: 	
rgb(253,187,17);
font-weight: 400;
}

/*section divider */

hr:not([size]) {
  height: auto;
}

.hr-text {
  margin: auto;
  width: 80%;
  background-color: transparent;
  border: 0;
  line-height: 1em;
  position: relative;
  text-align: center;
  height: 4sem;
  font-size: 14px;
  opacity: 1;
}

.hr-text::before {
    content: "";
    background: linear-gradient(to right, transparent, black, transparent);
    position: absolute;
    left: 0;
    top: 50%;
    width: 80%;
    height: 2px;
      margin: auto;
}

.hr-text::after {
    content: attr(data-content);
    position: relative;
    padding: 0 7px;
    line-height: 1.5em;
    font-size: 20px;
    color: black;
    background-color: var(--white);
}
/* sections */
.grey-section {
    position: relative;
    background-color: #e3e3e3;
    padding: 30px 0 30px 0;
    padding-top: 70px;
  }

.white-section {
  position: relative;        
  padding: 30px 0 30px 0;}

.white-section .img-wrap {
    position: relative; }
    
.white-section .img-wrap img {
      border-radius: 20px; 
    
    }

.sub-section {
  margin-bottom: 40px;
}

.map {
  width: 90%;
  display: block;
  margin: auto
}

.blockquote {
    border-left: 0.2rem solid #f9bf29;
    font-size: 1.1rem;
    padding-left: 1.5rem;
}

.center {
  display: flex;
            justify-content: center; /* Center horizontally */
            align-items: center; /* Center vertically (optional) */
}

.center .btn {
  margin: 20px; 
}




th {
  font-weight: 600;
}

td {
  max-width: 250px;
  word-wrap: break-word; /* Ensures long words break and wrap */
  overflow-wrap: break-word; /* Provides additional support for wrapping */
  white-space: normal;
  padding: 5px;
}

.nav-item .btn {
  margin: 0 10px;
}

.nav-item .btn.active {
  color: #2f2f2f;;
  background-color: #ffff;
  border-color: #2f2f2f;

}

.nav-item .btn.small {
  font-size: 14px;
  margin: 0 5px;
}

.nav-item .btn.small.active {
  color: #2f2f2f;;
  background-color: #ffff;
  border-color: #2f2f2f;

}

.modal-img {
  width: 100%
}

.before-footer-section {
  padding: 7rem 0 12rem 0 !important; }

  
  .grey-section .post-entry a {
    text-decoration: none; }
  .grey-section .post-entry .post-thumbnail {
    position: relative;
    display: block;
    margin-bottom: 20px; 
    height: 200px;}
    .grey-section .post-entry .post-thumbnail img {
      border-radius: 20px;
      -webkit-transition: .3s all ease;
      -o-transition: .3s all ease;
      transition: .3s all ease; 
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;}
  .grey-section .post-entry .post-content-entry {
    padding-left: 15px;
    padding-right: 15px; 
  color: var(--dark-grey)}
  .grey-section .post-entry .post-content-entry h3 {
      font-size: 16px;
      margin-bottom: 0;
      font-weight: 600;
      margin-bottom: 7px;
    text-align: center;}
  
    .grey-section .post-entry .post-content-entry h3 span {
      display: block;
    }
    
    .grey-section .post-entry .post-content-entry .btn {
      display: block;
      width: 40%;
      font-size: 10pt;
      margin: auto;
      margin-top: 15px;

      
    }
    .grey-section .post-entry .post-content-entry .meta {
      font-size: 14px; 
    text-align: justify;}
  .grey-section .post-entry:hover .post-thumbnail img, .grey-section .post-entry:focus .post-thumbnail img {
    opacity: .7; }


.footer-section {
  padding: 80px 0;
  background: #ffffff; }
  .footer-section .relative {
    position: relative; }
  .footer-section a {
    text-decoration: none;
    color: #2f2f2f;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease; }
    .footer-section a:hover {
      color: rgba(47, 47, 47, 0.5); }
  .footer-section .subscription-form {
    margin-bottom: 40px;
    position: relative;
    z-index: 2;
    margin-top: 100px; }
    @media (min-width: 992px) {
      .footer-section .subscription-form {
        margin-top: 0px;
        margin-bottom: 80px; } }
    .footer-section .subscription-form h3 {
      font-size: 18px;
      font-weight: 500;
      color: #3b5d50; }
    .footer-section .subscription-form .form-control {
      height: 50px;
      border-radius: 10px;
      font-family: "Inter", sans-serif; }
      .footer-section .subscription-form .form-control:active, .footer-section .subscription-form .form-control:focus {
        outline: none;
        -webkit-box-shadow: none;
        box-shadow: none;
        border-color: #3b5d50;
        -webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.2);
        box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.2); }
      .footer-section .subscription-form .form-control::-webkit-input-placeholder {
        font-size: 14px; }
      .footer-section .subscription-form .form-control::-moz-placeholder {
        font-size: 14px; }
      .footer-section .subscription-form .form-control:-ms-input-placeholder {
        font-size: 14px; }
      .footer-section .subscription-form .form-control:-moz-placeholder {
        font-size: 14px; }
    .footer-section .subscription-form .btn {
      border-radius: 10px !important; }
  .footer-section .sofa-img {
    position: absolute;
    top: -200px;
    z-index: 1;
    right: 0; }
    .footer-section .sofa-img img {
      max-width: 380px; }
  .footer-section .links-wrap {
    margin-top: 0px; }
    @media (min-width: 992px) {
      .footer-section .links-wrap {
        margin-top: 54px; } }
    .footer-section .links-wrap ul li {
      margin-bottom: 10px; }
  .footer-section .footer-logo-wrap .footer-logo {
    font-size: 32px;
    font-weight: 500;
    text-decoration: none;
    color: #3b5d50; }
  .footer-section .custom-social li {
    margin: 2px;
    display: inline-block; }
    .footer-section .custom-social li a {
      width: 40px;
      height: 40px;
      text-align: center;
      line-height: 40px;
      display: inline-block;
      background: #dce5e4;
      color: #3b5d50;
      border-radius: 50%; }
      .footer-section .custom-social li a:hover {
        background: #3b5d50;
        color: #ffffff; }
  .footer-section .border-top {
    border-color: #dce5e4; }
    .footer-section .border-top.copyright {
      font-size: 14px !important; }

  .us-container {
    width: 250px;
    height: 250px;
    overflow: hidden; /* Ensures the image does not overflow the container */
    position: relative;
  }

  .us-container img {
            position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

.col {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.untree_co-section {
  padding: 7rem 0; }

textarea {
  height: auto !important; }

.site-blocks-table {
  overflow: auto; }
  .site-blocks-table .product-thumbnail {
    width: 200px; }
  .site-blocks-table .btn {
    padding: 2px 10px; }
  .site-blocks-table thead th {
    padding: 30px;
    text-align: center;
    border-width: 0px !important;
    vertical-align: middle;
    color: rgba(0, 0, 0, 0.8);
    font-size: 18px; }
  .site-blocks-table td {
    padding: 20px;
    text-align: center;
    vertical-align: middle;
    color: rgba(0, 0, 0, 0.8); }
  .site-blocks-table tbody tr:first-child td {
    border-top: 1px solid #3b5d50 !important; }
  .site-blocks-table .btn {
    background: none !important;
    color: #000000;
    border: none;
    height: auto !important; }

.site-block-order-table th {
  border-top: none !important;
  border-bottom-width: 1px !important; }

.site-block-order-table td, .site-block-order-table th {
  color: #000000; }

.couponcode-wrap input {
  border-radius: 10px !important; }

.text-primary {
  color: #3b5d50 !important; }

.thankyou-icon {
  position: relative;
  color: #3b5d50; }
  .thankyou-icon:before {
    position: absolute;
    content: "";
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: rgba(59, 93, 80, 0.2); }
