







/* 1a. Containers */




/* 1b. Colors */




/* 1c. Typography */






  
  
  
  


  
  
  
  


  
  
  
  


  
  
  
  


  
  
  
  


  
  
  
  


  
  
  
  




/* 1d. Buttons */











/* 1e. Forms */











/* 1f. Tables */











/* 1g. Site header */





















/* 1h. Site footer */













.dnd-section,
.content-wrapper--vertical-spacing {
  padding: 30px 20px;
}

.dnd-section > .row-fluid,
.header__container,
.footer__container,
.page-center,
.content-wrapper {
  max-width: 1280px;
  margin: 0 auto;
}





html {}

body {
  font-size: 16px;
  color: #888;
  font-weight: 300;
  font-family: Poppins, sans-serif;
}



/* Anchors */

a {
  color: 

  
  
    
  


  rgba(226, 170, 34, 1.0)

;
}

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

/* Headings */

h1 {
  font-family: Poppins, sans-serif;
  font-size: 50px;
  color: #5d5c5c;
  font-weight: 400;
}

h2 {
  font-family: Poppins,sans-serif;
  font-size: 30px !important;
  color: #5d5c5c;
  font-weight: 700;
}

h3 {
  font-family: Poppins,sans-serif;
  font-size: 25px !important;
  color: #5d5c5c;
  font-weight: 300;
}

h4 {
  font-family: Poppins,sans-serif;
  font-size: 20px;
  color: #5d5c5c;
  font-weight: 400;
}

h5 {
  font-family: Poppins,sans-serif;
  font-size: 18px;
  color: #5d5c5c;
  font-weight: 400;
}

h6 {
  font-family: Poppins,sans-serif;
  font-size: 16px;
  color: #5d5c5c;
  font-weight: 400;
}

@media (max-width: 640px) {
  h1 {
    font-size: 62.5px;
  }
  h2 {
    font-size: 36.0px;
  }
}




/* Blockquote */

blockquote {
  border-left-color: #5d5c5c;
}







button,
.button {
  background-color: 

  
  
    
  


  rgba(54, 54, 54, 1.0)

;
  border: 3px solid #363636;
  border-radius: 6px;
  color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  padding: 12px 35px;
}

button:hover,
button:focus,
.button:hover,
.button:focus {
  background-color: 

  
  
    
  


  rgba(0, 0, 0, 1.0)

;
  border: 3px solid #363636;
  color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

button:active,
.button:active {
  background-color: ;
  border: 3px solid #363636;
  color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}





form,
.submitted-message {
  font-size: 16px;
  color: #888;
  font-weight: 300
}

/* Form title */

.form-title {
  background-color: 

  
  
    
  


  rgba(136, 136, 136, 0.0)

;
  color: 

  
  
    
  


  rgba(136, 136, 136, 1.0)

;
}

/* Form label */

form label {
  color: #888;
}

/* Form help text */

form legend {
  color: 

  
  
    
  


  rgba(136, 136, 136, 1.0)

;
}

/* Form inputs */

form input[type=text],
form input[type=email],
form input[type=password],
form input[type=tel],
form input[type=number],
form input[type=file],
form select,
form textarea {
  border-color: #333333;
  color: #888;
  background-color:

  
  
    
  


  rgba(238, 238, 238, 1.0)


}

form input[type=text]:focus,
form input[type=email]:focus,
form input[type=password]:focus,
form input[type=tel]:focus,
form input[type=number]:focus,
form input[type=file]:focus,
form select:focus,
form textarea:focus {
  border-color: 

  
  
    
  


  rgba(51, 51, 51, 0.0)

;
}

/* Form placeholder text */

::-webkit-input-placeholder {
  color: #888;
}

::-webkit-input-placeholder,
::-moz-placeholder,
:-ms-input-placeholder,
:-moz-placeholder,
::placeholder,
.hs-fieldtype-date .input .hs-dateinput:before {
  color: #888;
}

/* Date picker */

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

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

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


/* Submit button */

form input[type=submit],
form .hs-button {
  background-color: 

  
  
    
  


  rgba(54, 54, 54, 1.0)

;
  border: 3px solid #363636;
  border-radius: 6px;
  color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  padding: 12px 35px;
}

form input[type=submit]:hover,
form input[type=submit]:focus,
form .hs-button:hover,
form .hs-button:focus {
  background-color: 

  
  
    
  


  rgba(0, 0, 0, 1.0)

;
  border: 3px solid #363636;
  color: 

  
  
    
  


  rgba(235, 169, 67, 1.0)

;
}

form input[type=submit]:active,
form .hs-button:active {
  background-color: 

  
  
    
  


  rgba(54, 54, 54, 1.0)

;
  color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}





table {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  border-color: #888;
}

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

thead th,
thead td {
  background-color: 

  
  
    
  


  rgba(136, 136, 136, 1.0)

;
  border-bottom-color: #888;
  color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

tfoot td {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  color: #888;
}







.hs-headerTop-section {
  background-color: 

  
  
    
  


  rgba(238, 237, 237, 1.0)

;
  color: 

  
  
    
  


  rgba(226, 170, 34, 1.0)

;
}
.hs-headerTop-section a {
  color: 

  
  
    
  


  rgba(226, 170, 34, 1.0)

;
}
.hs-headerMid-section {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}
.hs-header_mid-menu .hs-menu-wrapper > ul > li > a,
.header_mid_right_group .serch-icon:after {
    color: 

  
  
    
  


  rgba(51, 51, 51, 1.0)

;
}
.hs-header_mid-menu .hs-menu-wrapper > ul > li:hover > a,
.header_mid_right_group .serch-icon:hover:after {
    color: 

  
  
    
  


  rgba(235, 169, 67, 1.0)

;
}
.hs-header_mid-menu .hs-menu-wrapper > ul > li ul.hs-menu-children-wrapper {
    background: 

  
  
    
  


  rgba(40, 40, 40, 1.0)

;
}
.hs-header_mid-menu .hs-menu-wrapper > ul > li ul.hs-menu-children-wrapper > li a {
   color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}
.hs-header_mid-menu .hs-menu-wrapper > ul > li ul.hs-menu-children-wrapper > li a:hover {
   color: 

  
  
    
  


  rgba(235, 169, 67, 1.0)

;
}
.hs-header_mid-menu .hs-menu-wrapper > ul > li ul.hs-menu-children-wrapper > li:not(:first-child) > a {
  border-top-color: 

  
  
    
  


  rgba(204, 204, 204, 1.0)

;
}
.hs-header_mid-menu .hs-menu-wrapper > ul > li:first-child > a {
    background: 

  
  
    
  


  rgba(235, 169, 67, 1.0)

;
    color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}
.hs-headerBottom-section {
  background-color: 

  
  
    
  


  rgba(235, 169, 67, 1.0)

;
}
.custom-menu-primary .hs-menu-wrapper ul li a {
    color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}
.custom-menu-primary .hs-menu-wrapper ul li a:hover {
    color: 

  
  
    
  


  rgba(0, 0, 0, 1.0)

;
}
.custom-menu-primary .hs-menu-wrapper > ul > li > .hs-menu-children-wrapper {
    background: 

  
  
    
  


  rgba(40, 40, 40, 1.0)

;
}
.custom-menu-primary .hs-menu-wrapper > ul > li > .hs-menu-children-wrapper li a {
    color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

!important;
}
.custom-menu-primary .hs-menu-wrapper > ul > li > .hs-menu-children-wrapper li a:hover {
    color: 

  
  
    
  


  rgba(0, 0, 0, 1.0)

!important;
}
.custom-menu-primary .hs-menu-wrapper > ul > li > .hs-menu-children-wrapper li:hover {
    background: 

  
  
    
  


  rgba(80, 70, 69, 1.0)

;
}
.custom-menu-primary .hs-menu-wrapper > ul > li ul.hs-menu-children-wrapper > li:not(:first-child) > a {
    border-top-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}
.custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children:after {
    color: 

  
  
    
  


  rgba(136, 136, 136, 1.0)

;
}








.hs-footer-top-section {
    background: 

  
  
    
  


  rgba(51, 51, 51, 1.0)

;
    color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}
.hs-footer-top-section h4 {
    color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}
.hs-footer-top-section a {
    color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}
.hs-footer-top-section a:hover {
    color: 

  
  
    
  


  rgba(235, 169, 67, 1.0)

;
}
.hs-footer-bottom-section {
    background: 

  
  
    
  


  rgba(0, 0, 0, 1.0)

;
    color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}






/* Blog Header */


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

.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: ;
}

.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: ;
}

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

.blog-pagination__link {
color: #888;
}

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

.blog-post__title {
color: #5d5c5c;
font-family:Poppins;
font-size: 50rem;
font-weight: 400;
}

.blog-post__author {
background-color: #5d5c5c;
}

#comments-listing .comment-reply-to {
color: 

  
  
    
  


  rgba(226, 170, 34, 1.0)

;
}

#comments-listing .comment-reply-to:hover,
#comments-listing .comment-reply-to:focus {
color: ;
}

#comments-listing .comment-reply-to:active {
color: 

  
  
    
  


  rgba(226, 170, 34, 1.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: ;
}

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

.blog-index__post-content--small h2 {
  font-size: 25rem;
}

.blog-index__post-content a {
  color: #888;
}

.blog-post__read-more svg {
fill: #888;
}

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

.blog-sidebar a {
color: #888;
}

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

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

.blog-post__meta a {
color: #888;
}

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

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

.blog-post__back-to-blog {
color: #888;
}

.blog-post__back-to-blog svg {
fill: #888;
}

.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: Poppins
  font-size: 25px;
  color: #5d5c5c;
  font-weight: 300
}