@media only screen and (max-width: 768px) {

    .mobileHide{
        display: none !important;
    }
  }
* { 
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
p.testimonials{
    text-align: center;
    font-weight: 500;
}

.btn-light:hover{
    background-color: #98c05d !important;
    
}
.p-6{
    padding: 2rem!important;
}
.img-thumbnail{
    border:none!important;
}
.fa-ul a{
    text-decoration: none !important;
    color: white;
}
.fa-ul a:hover{
    color:#98c05d
}
.footer-ul{
    list-style: none;
    padding-left: 0;
    margin-left: 0 !important;
}

.footer-ul a{
    text-decoration:none !important;
    color:#fff;
}

.footer-ul a:hover{
    color:#98c05d
}
#form-popup-btn{
    color:#222;
    background-color: #98c05d;
    font-weight: 600!important;
}
#form-popup-btn:hover{
    color: #fff
}

.btn-primary{
    color: black !important;
    background-color: #98c05d!important;
    border-color: #98c05d!important;
    font-weight: 600!important;
}

.btn-primary:hover{
color:#fff!important;
}
.btn:focus{
    box-shadow:none!important;
}

hr.mobile{
    display: none;
}

hr.product{
   display: none;

}

@media (max-width:1399px){
    hr.product{
        display: block !important;
        background-color: #fff!important;
        border: none!important;
    }
}

@media (max-width:576px){
    hr.mobile{
        display: block !important;
        background-color: #fff!important;
        border: none!important;
    }
}

hr.white {
    display: block;
    margin: 2rem 0 2rem 0;
    border: none!important;
    background-color: #fff!important;
    }
hr.white-less{
    margin: 1.3rem 0 1.3rem 0;
    display: block;
    border: none!important;
    background-color: #fff!important;
}

hr.white-twentyfour {
    display: block;
    margin: 12px 0 12px 0;
    border: none!important;
    background-color: #fff!important;
    }

    .nav_container {
        position: fixed;
        width: 100%;
        top: 0;
        z-index: 50;
        background: linear-gradient(to top, rgba(0, 0, 0, .22), rgba(0, 0, 0, .55) 43%, rgba(0, 0, 0, .65), rgba(0, 0, 0, .7));
    }

   .sticky {
    background:black;
    }

  

    .mobile_nav_container {
        position: fixed;
        width: 100%;
        top: 0;
        z-index: 999;
        background-color: black;
        display: none;
    }


    #mobile_nav_container_links{
        display: none;
    }
    .mobile_nav_container_links {
        position: fixed;
        width: 100%;
        top: 60px;
        z-index: 999;
        background: black;
    }
    .mobile_nav_container_links ul{
        
        text-decoration: none!important;
    }
    .mobile_nav_container_links li{
        list-style: none;
        padding-top: 1em;
        


    }
    .mobile_nav_container_links a{
        color:#98c05d;
        text-decoration: none!important;
    }
    .mobile_nav_container_links a:hover{
        color:white;
    }


    @media only screen and (max-width: 767px){
        .nav_container{
            display: none !important;
        }
        .mobile_nav_container{
            display: flex !important;
        }
    }

    /*Navigation */
nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 60px;
    padding: 0 20px;
    margin: 0 auto;
    max-width: 1200px;
  }
  
  .logo img {
    height: 40px;
  }
  
  .menu {
    display: flex;
    justify-content: center;
    list-style: none;
    margin: 0;
    padding: 0;
  }
  
  .menu li {
    margin: 0 10px;
  }
  
  .menu li a {
    text-decoration: none;
    color: #98c05d;
    font-size: 18px;
    font-weight: 600;
    margin: 10px;
  }
  .menu li a:hover{
    color:white;
  }
  
  #mobilePhone{
    margin-right:.8em ;
  }
  .phone a {
    text-decoration: none;
    color: #98c05d;
    font-size: 16px;
    font-weight: 600;
  }
  .phone a:hover {
    color:white;
  }

/*      Mobile Nav        */
.mobileNav{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 60px;
    padding: 0 20px;
    margin: 0 auto;
    max-width: 1200px;
}
.mobileHamburger{
    font-size: 20px;
    padding-left: .7em;
}

.primary-color{
    color:#98c05d
}

/*Modal Contact us Form */
.modal {
    width: 100vw;
}
#contactForm.show {
    background-color: rgba(0, 0, 0, .4);
}

#contactForm .modal-content {
    background-color: #222;
}
#contactForm .modal-header {
    justify-content: center;
    border-bottom: none;
}
button.close{
    background-color: #222;
}
#contactForm .modal-header>.close {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
}
#contactForm .modal-header .close {
    color: #fff;
    opacity: 1;
}
#contactForm .modal-title {
    color: #fff;
    font-size: 1.25rem;
    
}
/*Hero Banner */
.hero-banner {
    background-image:url('https://cdn.shopify.com/s/files/1/0554/9021/6017/files/Close_up_1_2_1944x.jpg?v=1661454086');
    background-position: center;
    background-size: cover;
    height: 880px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
  }

  .hero-banner-contact-us{
    background-image:url('https://cdn.shopify.com/s/files/1/0554/9021/6017/files/Close_up_1_2_1944x.jpg?v=1661454086');
    background-position: center;
    background-size: cover;
    min-height: 400px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
  }
  .hero-banner-dining-tables{
    background-image:url('../imgs/Round_Dining_Table_-_Walnut_Cookie_Slab_with_Black_Epoxy_1080x.jpg');
    background-position: center;
    background-size: cover;
    min-height: 500px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
  }
  .hero-banner-inventory-tables{
    background-image:url('../imgs/Inventory-Tables/20220913-5_1080x.jpg');
    background-position: center;
    background-size: cover;
    min-height: 500px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
  }
  .hero-banner-platform-beds{
    background-image:url('../imgs/PlatformBeds/logo_resize.jpg');
    background-position: center;
    background-size: cover;
    min-height: 500px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
  }
  .hero-banner-coffee-tables{
    background-image:url('../imgs/CoffeeTables/SQUARE_COFFEE_TABLE_COFFEE1_1080x.webp');
    background-position: center;
    background-size: cover;
    min-height: 500px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
  }
  .hero-banner-bar-counter-tops{
    background-image:url('../imgs/bar-counter-tops/10inch_Epoxy_Bar_Top_-_cusom_request_1080x.webp');
    background-position: center;
    background-size: cover;
    min-height: 500px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
  }
  .hero-banner-charcuterie{
    background-image:url('../imgs/Charcuterie/IMG_20210816_150238_900_1080x.webp');
    background-position: center;
    background-size: cover;
    min-height: 500px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
  }
  .hero-banner-living-collection{
    background-image:url('../imgs/DeskOfficeTables/Coffee_Table_with_epoxy_void_and_Custom_Mirror_1080x.jpg');
    background-position: center;
    background-size: cover;
    min-height: 500px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
  }
  .hero-banner-product-page{
    background-image:url('https://cdn.shopify.com/s/files/1/0554/9021/6017/files/Close_up_1_2_1944x.jpg?v=1661454086');
    background-position: center;
    background-size: cover;
    min-height: 62px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
  }
  
  .hero-text {
    text-align: center;
    color: #fff;
    padding: 50px;
    max-width: 800px;
  }
  .hero-text-blank {
    text-align: center;
    color: #fff;
    padding: 50px;
    max-width: 800px;
  }

  
  .hero-text h1 {
    font-size: 60px;
    margin-bottom: 20px;
  }
   .hero-text-blank h1 {
    font-size: 60px;
    margin-bottom: 20px;
  }
  
  .hero-text p {
    font-size: 24px;
    margin-bottom: 40px;
  }
  
  button {
    background-color: black;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    border: none;
    border-radius: 30px;
    padding: 15px 30px;
    cursor: pointer;
  }


/* Collection List */
.dark-overlay {
    position: absolute;
    background-color: rgba(0,0,0,.4);
    width: 100%;
    height: 100%;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
.service-tile-heading {
    z-index: 2;
    margin: 0 0;
    font-size: 33px;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
}
.service-section .row .service-container:nth-child(even) {
    padding-left: 0;
}
.service-tile-heading {
    z-index: 2;
    margin: 0 0;
    font-size: 33px;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
}
.service-container {
    margin-bottom: 15px;
}
.service-tile {
    height: 100%;
    overflow: hidden;
    position: relative;
    padding-right: 0;
    max-height: 310px;
}
.responsive-tile {
    display: block;
    max-width: 100%;
    min-width: 100%;
    height: inherit;
    object-fit: cover;
    width: 100%;
}
  
/* Blog Card Section */
.card .data{
    position: absolute;
    width: 100.5%;
    bottom: 0;

}
.card .data .content{
    padding: 1.5rem 10px 1.5rem 10px;
    position: relative;
    z-index: 1;
    height: 200px;
}

.card .content{
    margin-left: -1rem;
    margin-right: 1.1rem;
    background-image: linear-gradient(to bottom,rgba(0,0,0,.2),rgba(0,0,0,.7) 19%,rgba(0,0,0,.65),rgba(0,0,0,.5),rgba(0,0,0,.65) 96.7%,rgba(0,0,0,.75) 100%,rgba(0,0,0,0));
}

.card .title{
    margin-top: 5px;
    text-align: center;
    margin-bottom: 15px;
    color: #fff;
}
.card .data .content .text{
    width: 100%;
    text-align: center;
}

.card .text{
    margin: 0;
    padding: 0 24px 0 24px;
    color:#fff;
}

.truncate{
    height: 6.6em !important;
}

.read-more-container{
    position: absolute;
    z-index: 2;
    bottom:1.5rem;
    text-align: center;
    width: 100%;
}

.read-more-link{
    color: #222;
    position: static;
    float: unset;
}
/* Gallery Carousel */

.carousel-item img {
    height: 300px;
    object-fit: cover;
}

/* Contact Form */
#speakWithSpecialistForm{
  padding-top: 4px;
}
form {
    display: block;
    max-width: 800px;
    margin: 0 auto;
  }
  
  form div {
    flex-basis: calc(50% - 10px);
    margin-bottom: 20px;
  }
  
  form label {
    display: block;
    font-weight: bold;
    margin-bottom: 5px;
  }
  
  form input, form textarea {
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 16px;
  }
  
  form button {
    width: 100%;
    background-color: #98c05d;
    color: black;
    border: none;
    border-radius: 5px;
    padding: 10px 20px;
    font-size: 16px;
    margin:0 auto ;
  }
  form button:hover{
    color:white;
  }
  
  @media (max-width: 767px) {
    form div {
      flex-basis: 100%;
    }
  }
  /* Products Page   */
  .image-wrap {
    max-width: 100vw
}
  .image-wrap .img-fluid{
    height: inherit;
    width: 100%;
    object-fit: cover;
    max-height: 600px;
  }
  .image-wrap .img-fluid-product{
    height: inherit;
    width: 100%;
    object-fit: cover;
    min-height: 600px;
  }

  .intro-section.inner>.row {
    margin: 0;
}
  .intro-section .row {
    justify-content: space-between;
}
.inner.no-hor-padding .row [class^=col-] {
    padding-left: 0;
    padding-right: 0;
}
.inner .intro-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.inner .intro-text h2 {
    font-family: Heebo, sans-serif;
    font-weight: 700;
    font-size: 45px;
    padding: 15px;
    text-align: center;
}
.inner:not(.top) .intro-text p {
    padding-left: 20px;
    padding-right: 20px;
    width: 75%;
    color: #fff;
}
.intro-text p {
    margin-bottom: 0 !important;
    padding: 0 10px 25px 10px;
    font-size: 18px;
}
.dark-section {
    background-color: #222 !important;
}
.white{
    color: white!important;
}
.pb60 {
    padding-bottom: 60px;
}
.pt60 {
    padding-top: 60px;
}

/* Product Group pages */

.products-desc{
text-align: center;
font-size: 20px;
margin-top: 16px;
}
.product-tile-heading {
    z-index: 2;
    margin: 0 0;
    font-size: 33px;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
}
.product-section .row .product-container:nth-child(even) {
    padding-left: 0;
}
.product-tile-heading {
    z-index: 2;
    margin: 0 0;
    font-size: 33px;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
}
.product-container {
    margin-bottom: 15px;
}
.product-tile  {
    height: 100%;
    overflow: hidden;
    position: relative;
    padding-right: 0;
    max-height: 310px;
}
a.product-tile{
    height: 100%;
    overflow: hidden;
    position: relative;
    padding-right: 0;
    max-height: 310px;
}
.product-link{
    color:#222;
    text-decoration: none;
}
.product-grp-link:hover{
    color:#fff
}
.product-link:hover{
    color: #98c05d;
}
.product-grp-link{
    color: #fff;
    text-decoration: none;
}
.product-form-info{
    text-align: center;

}
/* Individual Product Pages */



/* Owl Carousel Testimonials*/
p.card-text{
    min-height: 150px!important;
}
.gtco-testimonials {
    position: relative;
    margin-top: 30px;
}
.gtco-testimonials h2 {
    font-size: 30px;
    text-align: center;
    color: black;
    margin-bottom: 50px;
}
.gtco-testimonials .owl-stage-outer {
    padding: 30px 0;
}
.gtco-testimonials .owl-nav {
    display: none;
}
.gtco-testimonials .owl-dots {
    text-align: center;
}
.gtco-testimonials .owl-dots span {
    position: relative;
    height: 10px;
    width: 10px;
    border-radius: 50%;
    display: block;
    background: #fff;
    border: 2px solid #98c05d;
    margin: 0 5px;
}
.gtco-testimonials .owl-dots .active {
    box-shadow: none;
}
.gtco-testimonials .owl-dots .active span {
    background: #98c05d;
    box-shadow: none;
    height: 12px;
    width: 12px;
    margin-bottom: -1px;
}
.gtco-testimonials .card {
    background: #444;
    box-shadow: 0 8px 30px -7px #98c05d;
    margin: 0 20px;
    padding: 0 10px;
    border-radius: 20px;
    border: 0;
}
.gtco-testimonials .card .card-img-top {
    /*max-width: 100px;
    border-radius: 50%;
    margin: 15px auto 0;
    box-shadow: 0 8px 20px -4px #95abbb;
    width: 100px;
    height: 100px;*/
    display: none;
}
.gtco-testimonials .card h5 {
    color: #98c05d;
    font-size: 21px;
    line-height: 1.3;
}
.gtco-testimonials .card h5 span {
    font-size: 18px;
    color: #666;
}
.gtco-testimonials .card p {
    font-size: 18px;
    color: white;
    padding-bottom: 15px;
}
.gtco-testimonials .active {
    opacity: 0.5;
    transition: all 0.3s;
}
.gtco-testimonials .center {
    opacity: 1;
}
.gtco-testimonials .center h5 {
    font-size: 24px;
}
.gtco-testimonials .center h5 span {
    font-size: 20px;
}
.gtco-testimonials .center .card-img-top {
    max-width: 100%;
    height: 120px;
    width: 120px;
}
@media (max-width: 767px) {
    .gtco-testimonials {
        margin-top: 20px;
   }
}
.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev {
    outline: 0;
}
.owl-carousel button.owl-dot {
    outline: 0;
}

/* Footer */

.pdl-40{
    padding-left: 40px;
}

@media (max-width:992px){
    .pdl-40{
        padding-left: 0!important;
    }

    ul.fa-ul{
        margin-left: 0!important;
    }

    #usefulLinks{
        margin-top:24px;
    }
}

@media (max-width:768px) {
    #usefulLinks{
        margin-top: 0!important;
    }
}
@media (max-width:450px){
    .hero-text {
        background-color: rgba(0, 0, 0, 0.5);
        margin-top: 46px;
      }

      .hero-banner {
        min-height: 570px;
      }
    .card .data .content{
        height: 235px;
    }
}
