/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/
.blog-post-section .blog-comments {
    display: none;
}


p {
    line-height: 24px;
    margin-bottom: 15px;
    font-family: 'Lato', sans-serif; !important
    font-size: 16px;
}
h1, h2, h3, h4, h5, h6 {
    color: #000000;
    font-family: "Bree Serif", Sans-serif;
}
/* Header CSS Start */
.header__wrapper {
    max-width: 1230px;
    padding: 0 15px;
    align-items: flex-start;
    justify-content: space-between;
}

a.site-read-more-btn {
    color: #b18441;
    font-family: 'Karla';
    font-weight: 500;
    font-size: 16px;
    display: inline-block;
}

.header__wrapper .header__button-col {text-align: right;}

.header__wrapper .header__phone-email ul {
    padding-left: 0;
    list-style: none;
    display: flex;
    align-items: center;
    gap: 12px;
}

.header__wrapper .header__phone-email ul li a {
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 16px;
    text-decoration: none;
    font-weight: 500;
    font-family: 'Karla';
    color: #000;
}

.header__wrapper .header__phone-email ul li {
    margin: 0;
}

.header__wrapper .header__button-col a.header__button.button {
    background: #B18442;
    border: none;
    border-radius: 10px;
    font-size: 15px;
    padding: 13px 34px;
    line-height: 15px;
    font-family: 'Karla';
}

ul.header__menu-wrapper {
    display: flex;
    justify-content: center;
}
.header__wrapper > div {
    flex: 1;
}
.header__wrapper .header__logo {
    text-align: center;
}
/* Header CSS end */

/* About CSS start */

.image-with-module {
    align-items: stretch !important;
}

.image-with-module .custom-module-image img {
    height: 100% !important;
}

.image-with-module .custom-module-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.image-with-module .custom-module-content h2 {
    font-size: 28px;
    line-height: 38px;
    font-weight: 500;
    margin-bottom: 16px;
}

.image-with-module .custom-module-content p a {
    color: #fff;
    text-decoration: none;
}
/* About CSS end */

/* preferred vendors CSS start */
.service-module-content {
    height: 100%;
    background: #b18441;
    color: #fff;
    padding: 20px !important;
}

.service-module-content h3 {
    color: #fff;
    font-weight: 500;
    margin-bottom: 10px;
}

.service-module-content a {
    color: #fff;
    font-family: 'Bree Serif';
    font-size: 16px;
}

.service-module-image {
    width: 100%;
    height: 350px;
}

.service-module-image img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
}

/* preferred vendors CSS end */

ul.header__menu-wrapper a.header__menu-link {
    font-family: 'Karla'!important;
    color: #000 !important;
    font-size: 16px;
    font-weight: 500 !important;
}

ul.header__menu-wrapper a.header__menu-link:hover {
   color:#b18442 !important;
}


.site-btn {
    display: inline-block;
    font-family: "Karla", Sans-serif !important;
    font-size: 18px;
    text-decoration: none;
    font-weight: 600 !important;
    color: #fff !important;
    line-height: 24px;
    letter-spacing: -0.02em;
    background-color: #B18441;
    border-radius: 6px 6px 6px 6px;
    padding: 10px 25px 10px 25px;
}

.site-btn:hover{
    background:#b18441eb;
    text-decoration:none;
}

.site-btn.big-btn {
    font-size: 28px;
    line-height: 38px;
    padding: 16px 36px;
}

.service-item {
    display: grid;
    grid-template-columns: 136px 1fr;
    gap: 30px;
    margin-bottom: 30px;
    background: #fff;
    padding: 30px;
    border-radius: 20px;
    border: 2px solid #b18441;
}

.service-item h3 {
    font-weight: 500;
    margin-bottom: 12px;
}

.banner-hm-text p {
    font-family: "Karla", Sans-serif;
    font-size: 40px;
    color: #000;
    font-weight: 400;
    line-height: 44px;
    margin-bottom: 35px;
}
.banner-hm-text {
    text-align: center;
}
.h1-size-default {
    font-size: 80px;
    font-weight: 400;
    line-height: 80px;
    letter-spacing: 0px;
}
.h5-size-default {
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: 3.7px;
    word-spacing: 0.3em;
    margin-bottom: 0px;
}
h2.services-title {
    text-align: center;
    font-weight: 500;
    margin-bottom: 30px;
    font-size: 38px;
    line-height: 48px;
}
.our-services {
    position: relative;
}
.our-services img.top_icn {
    position: absolute;
    right: -180px;
    top: -110px;
}
.Box_content h2 {
    font-weight: 500;
    line-height: 48px;
}
.our-services img.btm_icn {
    position: absolute;
    right: 70px;
    bottom: -130px;
}
h2.testimonials-title {
    text-align: center;
    font-weight: 500;
    color: #B18441;
    font-size: 38px;
    line-height: 48px;
}

.testimonial-content {
    text-align: center;
}

.testimonial-content p.testimonial-text {
    max-width: 720px;
    margin: 0 auto;
    margin-bottom: 20px;
}

.testimonial-content p.testimonial-author {
    font-weight: bold;
}


.testimonials-list .slick-dots li button:before {
    color: #B18441;
    font-size: 14px;

}
.testimonials-list .slick-dots li.slick-active button:before{
    color: #B18441;
}
.accordion-wrapper summary.accordion__summary {
    padding: 0 0 10px 0;
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    font-size: 20px;
    font-family: 'Bree Serif';
    font-weight: 400;
}

.accordion-wrapper {
    max-width: 800px;
    margin: 30px auto 0;
}

.accordion-wrapper details.accordion.accordion--plus.card {
    border-bottom: 1px solid #b18441;
    margin-bottom: 10px;
}

.accordion-wrapper summary.accordion__summary::before {
    margin-right: 0;
}

.accordion-wrapper .accordion__content {
    padding: 0 0 20px 0;
}

.accordion-wrapper .accordion__content span {
    font-family: 'Lato';
}
footer.footer li.hs-menu-item {
    margin-bottom: 12px;
}

.footer .hs-menu-wrapper li.hs-menu-item a {
    color: #fff;
    text-decoration: none;
    font-family: 'Karla' !important;
    font-size: 16px;
    line-height: 26px;
}

.footer .hs-menu-wrapper li.hs-menu-item a:hover{
    color:#b18441;
}

.footer .hs-menu-wrapper li.hs-menu-item.hs-menu-depth-1.active a {
    color:#b18441;
    font-weight:500;
    
}
.footer .flnk ul {
    list-style:none;
    padding-left:0;
}
.footer .flnk ul li {
    padding: 0;
    margin: 0 0 20px 0;
}

.footer .flnk ul li , .footer .flnk ul li a {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #fff;
    text-decoration: none;
    font-family: 'Karla';
    font-size: 16px;
}
footer.footer {
    background: #030305;
}
.book_wine_box {
    text-align: center;
}

.book_wine_box h2 {
    text-align: center;
    font-weight: 500;
    font-size: 38px;
    line-height: 48px;
}
.book_wine_box p {
    text-align: center;
    max-width: 700px;
    margin: 0 auto 30px;
}
.mobile_logo {
    display: none;
}
.blog-post__featured-image{
  display: none;
}
.hs-blog-post .blog-post__featured-image {
    display: block;
}

.blog-listing__post-content {
    background: #B18441;
    border-radius: 0px 0px 20px 20px;
    padding: 30px;
}
.blog-listing__post-content h2.blog-listing__post-title {
    line-height: 30px !important;
}
.blog-listing__post-content h2.blog-listing__post-title a {
    color: #fff;
    font-size: 24px;
    line-height: 30px !important;
}
.blog-listing__post-content .blog-listing__post-summary p {
    color: #fff;
    font-size: 18px;
    font-family: 'Karla';
    line-height: 26px;
}
img.blog-listing__post-image {
    border-radius: 20px 20px 0 0;
}
.blog-post__featured-image {
    max-width: 1230px;
    margin: 0 auto;
}
.blog-post__featured-image img {
    width: 100%;
    max-height: 650px;
    object-fit: cover;
    border-radius: 16px;
}
time.blog-listing__post-timestamp {
    font-size: 14px;
    font-family: 'Karla';
    font-weight: 600;
    margin-bottom: 0;
    color: #fff;
}

.blog-listing__post-button-wrapper a.blog-listing__post-button.button {
    background: none;
    border-color: #fff;
    border-radius: 10px;
    font-size: 14px;
    font-weight: 500;
}

@media screen and (max-width:1590px){
   .our-services img.top_icn {
      right: 0;
  }
}
@media screen and (max-width:991px){

.header__wrapper .header__phone-email ul {
    flex-direction: column;
    align-items: flex-start;
}
.header__menu-item--depth-1 {
    padding: 0 10px;
}
}
@media screen and (max-width:767px){
  .mobile_logo {
      display: block;
  }
  .header__wrapper .header__logo {
      text-align: left;
  }

  .header__menu-col button.header__menu-toggle {
      margin-left: auto;
  }
  .banner-hm-text h1.h1-size-default {
      font-size: 40px;
      line-height: 48px;
      margin-bottom: 14px;
  }

  .banner-hm-text p {
      font-size: 28px;
      line-height: 36px;
  }

  .banner-hm-text h5.h5-size-default {
      font-size: 16px;
      line-height: 26px;
  }

  .site-btn.big-btn {
      font-size: 20px;
      line-height: 38px;
      padding: 16px 26px;
  }

  .Box_content h2 {
      font-size: 28px !important;
      line-height: 38px;
      margin-bottom: 12px;
  }

  h2.services-title {
      font-size: 28px;
      line-height: 38px;
  }

  .service-item {
      grid-template-columns: 1fr;
      gap: 12px;
  }

  .service-item h3 {
      font-size: 20px;
  }

  h2.testimonials-title {
      font-size: 28px;
      line-height: 38px;
  }
  footer.footer li.hs-menu-item {
      text-align: left !important;
  }

  footer.footer ul {
      margin-bottom: 10px;
      margin-top: 30px;
  }
  .gallery-grid {
      gap: 10px !important;
      grid-template-columns: repeat(2,1fr) !important;
  }
  ul.header__menu-wrapper {
      flex-direction: column;
  }

  nav.header__menu.header__menu--mobile button.header__menu-child-toggle {
      padding-right: 10px !important;
      margin-right: 0 !important;
      width: auto !important;
      min-width: auto !important;
  }

  nav.header__menu.header__menu--mobile a.header__button.button {
      display: inline-block;
      font-family: "Karla", Sans-serif !important;
      font-size: 18px;
      text-decoration: none;
      font-weight: 600 !important;
      color: #fff !important;
      line-height: 24px;
      letter-spacing: -0.02em;
      background-color: #B18441;
      border-radius: 6px 6px 6px 6px;
      padding: 10px 25px 10px 25px;
      border:none;
  }
  
  .service-module-content {
    height: auto;
}
}