







/* 1a. Containers */




/* 1b. Colors */




/* 1c. Typography */


























































/* 1d. Buttons */










/* 1e. Forms */










/* 1f. Tables */











/* 1g. Site header */


























/* 1h. Site footer */



















.content-wrapper {
  max-width: 1170px;
}

.dnd-section,
.content-wrapper--vertical-spacing {
  padding: 75px 0px;
}

.dnd-section > .row-fluid {
  max-width: 1170px;
}






html {
  font-size: 16px;
}

body {
  font-size: 1.125rem;
  color: 

  
  
    
  


  rgba(34, 34, 34, 1.0)

;
  font-weight: 300;
  font-family: Klavika;
}

/* Paragraphs */

p {
  color: 

  
  
    
  


  rgba(34, 34, 34, 1.0)

;
  font-weight: 300;
}

/* Anchors */

a {
  color: #78bea0;
}

a:hover,
a:focus,
a:active {
  color: #be7864;
}

/* Headings */

h1 {
  font-family: Klavika;
  font-size: 2.625rem;
  color: 

  
  
    
  


  rgba(0, 0, 0, 1.0)

;
  font-weight: 500;
}

h2 {
  font-family: Klavika;
  font-size: 2.5rem;
  color: 

  
  
    
  


  rgba(190, 120, 100, 1.0)

;
  font-weight: 400;
}

h3 {
  font-family: Klavika;
  font-size: 2rem;
  color: 

  
  
    
  


  rgba(0, 0, 0, 1.0)

;
  font-weight: 400;
}

h4 {
  font-family: Klavika;
  font-size: 1.5rem;
  color: 

  
  
    
  


  rgba(0, 0, 0, 1.0)

;
  font-weight: 400;
}

h5 {
  font-family: Klavika;
  font-size: 1.25rem;
  color: 

  
  
    
  


  rgba(0, 0, 0, 1.0)

;
  font-weight: 400;
}

h6 {
  font-family: Klavika;
  font-size: 1rem;
  color: 

  
  
    
  


  rgba(0, 0, 0, 1.0)

;
  font-weight: 400;
}

/* Blockquote */

blockquote {
  border-left-color: #000000;
}





button,
.button {
  background-color: 

  
  
    
  


  rgba(120, 190, 160, 1.0)

;
  border: 0px solid #FFFFFF;
  border-radius: 0px;
  color: #FFFFFF;
  padding: 12px 15px;
}

button:hover,
button:focus,
.button:hover,
.button:focus {
  background-color: 

  
  
    
  


  rgba(190, 120, 100, 1.0)

;
  border-color: #FFFFFF;
  color: #FFFFFF;
}

button:active,
.button:active {
  background-color: rgba(160, 230, 200, 1.0);
  border-color: #ffffff;
  color: #FFFFFF;
}





form,
.submitted-message {
  font-size: 1.125rem;
  color: 

  
  
    
  


  rgba(34, 34, 34, 1.0)

;
  font-weight: 300
}

/* Form title */

.form-title {
  background-color: 

  
  
    
  


  rgba(0, 0, 0, 0.0)

;
  color: #000000;
}

/* Form label */

form label {
  color: #000000;
}

/* Form help text */

form legend {
  color: #000000;
}

/* Form inputs */

input[type="text"],
input[type="password"], 
input[type="datetime"], 
input[type="datetime-local"], 
input[type="date"], 
input[type="month"], 
input[type="time"], 
input[type="week"], 
input[type="number"], 
input[type="email"], 
input[type="url"], 
input[type="search"], 
input[type="tel"], 
input[type="color"],
input[type="file"],
textarea,
select {
  border-color: #d8d8d8;
}

input[type="text"]:focus,
input[type="password"]:focus, 
input[type="datetime"]:focus, 
input[type="datetime-local"]:focus, 
input[type="date"]:focus, 
input[type="month"]:focus, 
input[type="time"]:focus, 
input[type="week"]:focus, 
input[type="number"]:focus, 
input[type="email"]:focus, 
input[type="url"]:focus, 
input[type="search"]:focus, 
input[type="tel"]:focus, 
input[type="color"]:focus,
input[type="file"]:focus,
textarea:focus,
select:focus{
  border-color: #d8d8d8;
}

/* Form placeholder text */

::-webkit-input-placeholder {
  color: 

  
  
    
  


  rgba(34, 34, 34, 1.0)

;
}

::-webkit-input-placeholder,
::-moz-placeholder,
:-ms-input-placeholder,
:-moz-placeholder,
::placeholder,
.hs-fieldtype-date .input .hs-dateinput:before {
  color: 

  
  
    
  


  rgba(34, 34, 34, 1.0)

;
}

/* Date picker */

.fn-date-picker td.is-selected .pika-button {
  background: #222222;
}

.fn-date-picker td .pika-button:hover {
  background-color: #222222 !important;
}

.fn-date-picker td.is-today .pika-button {
  color: #222222;
}

/* Submit button */

.hs-button.primary,
input[type="submit"],
input[type="button"]{
  background-color: 

  
  
    
  


  rgba(120, 190, 160, 1.0)

;
  border: 0px solid #FFFFFF;
  border-radius: 0px;
  color: #FFFFFF;
  padding: 12px 15px;
}

.hs-button.primary:hover,
input[type="submit"]:hover,
input[type="button"]:hover,
.hs-button.primary:focus,
input[type="submit"]:focus,
input[type="button"]:focus{
  background-color: 

  
  
    
  


  rgba(190, 120, 100, 1.0)

;
  border-color: #FFFFFF;
  color: #FFFFFF;
}

form input[type=submit]:active,
form .hs-button:active {
  background-color: rgba(160, 230, 200, 1.0);
  border-color: #ffffff;
  color: #FFFFFF;
}





table {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  border-color: #222222;
}

th,
td {
  border-color: #222222;
  color: #222222;
}

thead th,
thead td {
  background-color: 

  
  
    
  


  rgba(34, 34, 34, 1)

;
  border-bottom-color: #222222;
  color: #FFFFFF;
}

tfoot td {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  color: #222222;
}





.header__bar{
  background-color: 

  
  
    
  


  rgba(0, 0, 0, 1.0)

;
}
.custom-menu-primary .hs-menu-wrapper > ul > li > a{
  color: #FFFFFF;
}
.custom-menu-primary .hs-menu-wrapper > ul > li>a:hover{
  color: #be7864;
}
.custom-menu-primary .hs-menu-wrapper > ul > li.active > a{
  color: #78bea0;
}
.custom-menu-primary .hs-menu-wrapper > ul ul{
  background-color: #000000;
}
.custom-menu-primary .hs-menu-wrapper > ul ul > li > a{
  color: #FFFFFF;
}
.custom-menu-primary .hs-menu-wrapper > ul ul > li > a:hover{
  color: #be7864;
}

.custom-menu-primary .hs-menu-wrapper > ul ul > li.active > a{
  color: #78bea0;
}
.header-btn a{
  background-color: 

  
  
    
  


  rgba(120, 190, 160, 1.0)

;
  color: #FFFFFF;
}
.header-btn a:hover{
  background-color: #be7864;
  color: #FFFFFF;
}
.custom-menu-primary .hs-menu-wrapper>ul ul>li:not(:last-child){
  border-color: #222222;
}
.language-links .hs-menu-wrapper>ul>li>a{
  color: #FFFFFF;
}
.language-links .hs-menu-wrapper>ul>li>a:hover{
  color: #be7864;
}
.language-links .hs-menu-wrapper>ul ul{
  background-color: #000000;
}
.language-links .hs-menu-wrapper>ul ul>li>a{
  color: #FFFFFF;
}
.language-links .hs-menu-wrapper>ul ul>li>a:hover{
  color: #be7864;
}
.language-links .hs-menu-wrapper>ul ul>li.active>a{
  color: #78bea0;
}


.language-links .hs-menu-wrapper>ul ul>li:not(:last-child){
  border-color: #222222;
}

.header__search{
 background-color: 

  
  
    
  


  rgba(34, 34, 34, 0.75)

;
}







.footer__top{
  background-color: 

  
  
    
  


  rgba(190, 120, 100, 1.0)

;
}

/* Footer Content */

.footer * {
  color: #FFFFFF;
}

.footer a{
  color: #FFFFFF;
}
.footer a:hover{
  color: #FFFFFF;
}
.footer h4 ,.footer__box-head , .footer-links .hs-menu-wrapper>ul>li>a{
  color: #FFFFFF;
}
.subscribe-newsletter a{
  background-color: #78bea0;
  color: #FFFFFF;
  border-color: #FFFFFF;
}
.subscribe-newsletter a:hover{
  background-color: #FFFFFF;
  color: ;
}

.footer__bottom{
  background-color: 

  
  
    
  


  rgba(0, 0, 0, 1.0)

;
}

.footer-copyright p{
  color: #FFFFFF;
}





/* Blog Header */

.blog-header {
  background-color: rgb(#null);
}

/* Blog Listing */

.blog-index__post-inner-card {
  box-shadow: -5px 0px 20px 0px rgba(#null, 0.10);
}

.blog-tag-filter__menu-link,
.blog-post__tag-link,
.blog-card__tag-link,
.blog-post__author-name,
.blog-card__title a {
  color: 

  
  
    
  


  rgba(34, 34, 34, 1.0)

;
}

.blog-card__tag-link:hover,
.blog-card__title a:hover,
.blog-tag-filter__menu-link:hover,
.blog-post__tag-link:hover,
.blog-post__author-name:hover,
.blog-card__tag-link:focus,
.blog-card__title a:focus,
.blog-tag-filter__menu-link:focus,
.blog-post__tag-link:focus,
.blog-post__author-name:focus {
  color: #be7864;
}

.blog-card__tag-link:active,
.blog-card__title a:active,
.blog-tag-filter__menu-link:active,
.blog-post__tag-link:active,
.blog-post__author-name:active {
  color: #be7864;
}

.blog-tag-filter__menu-link--active-item:after {
  background-color: #222222;
}

.blog-pagination__link {
  color: 

  
  
    
  


  rgba(34, 34, 34, 1.0)

;
}

.blog-pagination__link--active:after,
.blog-pagination__prev-link:after,
.blog-pagination__next-link:after {
  background-color: #222222;
}

.blog-post__title {
  color: 

  
  
    
  


  rgba(0, 0, 0, 1.0)

;
  font-family:Klavika;
  font-size: 2.625px;
  font-weight: 500;
}

.blog-post__author {
  background-color: #000000;
}

#comments-listing .comment-reply-to {
  color: rgba(#null, 0.0);
}

#comments-listing .comment-reply-to:hover,
#comments-listing .comment-reply-to:focus {
  color: rgba(#null, 0.0);
}

#comments-listing .comment-reply-to:active {
  color: rgba(#null, 0.0);
}

/*             Blog Grid Listing and Post styles            */

.hs-blog-listing,
.hs-blog-post {
  background-color: ;
}

.blog-index__post-content a:hover,
.blog-sidebar a:hover,
.blog-post__meta a:hover,
.blog-post__back-to-blog:hover {
  color: #be7864;
}

.blog-post__read-more a:hover svg,
a.blog-post__back-to-blog:hover svg {
  fill: #be7864;
}

.blog-index__post-content--small h2 {
  font-size: 2px;
}

.blog-index__post-content a {
  color: 

  
  
    
  


  rgba(34, 34, 34, 1.0)

;
}

.blog-post__read-more svg {
  fill: 

  
  
    
  


  rgba(34, 34, 34, 1.0)

;
}

.blog-sidebar ul {
  box-shadow: -5px 0px 20px 0px rgba(#null, 0.10);
}

.blog-sidebar a {
  color: 

  
  
    
  


  rgba(34, 34, 34, 1.0)

;
}

.blog__subscription-block, .blog-related-posts {
  background-color: rgb(#null);
}

.post-featured-image {
  max-height: px;
}

.blog-post {
  box-shadow: -5px 0px 20px 0px rgba(#null, 0.10);
}

.blog-post__meta a {
  color: 

  
  
    
  


  rgba(34, 34, 34, 1.0)

;
}

.blog-post__meta a:hover {
  color: #be7864;
}

.blog-post__links-container {
  border-top:  2px solid rgb(#null);
}

.blog-post__back-to-blog {
  color: 

  
  
    
  


  rgba(34, 34, 34, 1.0)

;
}

.blog-post__back-to-blog svg {
  fill: 

  
  
    
  


  rgba(34, 34, 34, 1.0)

;
}

.comment.depth-0,
.blog-comments form {
  border-top: 2px solid rgb(#null) !important;
}

.comment.depth-1 {
  border-left: 2px solid rgb(#null);
}

.section.post-footer .hs-input {
  border-color: rgb(#null);
}

.blog-recent-posts {
  background-color: rgb(#null);
}











.card__price {
  font-family: Klavika
    font-size: 2px;
  color: 

  
  
    
  


  rgba(0, 0, 0, 1.0)

;
  font-weight: 400
}



@media (max-width: 767px){
  h1 {
    font-size: 1.875rem;
  }
  h2 {
    font-size: 1.75rem;
  }
  h3 {
    font-size: 1.5rem;
  }
  h4 {
    font-size: 1.25rem;
  }
  h5{
    font-size:1rem;
  }
  h6{
    font-size:0.75rem;
  }
}