







/* 1a. Containers */




/* 1b. Colors */




/* 1c. Typography */
















/* 1d. Buttons */













form input[type=submit],
form .hs-button{
  background:linear-gradient(135deg,

  
  
    
  


  rgba(76, 46, 38, 1.0)

,

  
  
    
  


  rgba(43, 17, 11, 1.0)

);
  color:#FFFFFF;
}

form input[type=submit]:hover,
form .hs-button:hover{
  background-color:linear-gradient(135deg,

  
  
    
  


  rgba(252, 185, 50, 1.0)

,

  
  
    
  


  rgba(209, 143, 0, 1.0)

);
  color:#2b110b;

}
/* 1e. Forms */










/* 1f. Tables */











/* 1g. Site header */




.custom-middle-header{
  background: linear-gradient(180deg,

  
  
    
  


  rgba(245, 241, 240, 1.0)

,

  
  
    
  


  rgba(255, 255, 255, 1.0)

);
}







.custom-top-header{
  background-color:

  
  
    
  


  rgba(252, 175, 23, 1.0)

;
}

.custom-bottom-header{
  background-color:

  
  
    
  


  rgba(76, 46, 38, 1.0)

;
}






.custom-menu-wrapper .hs-menu-wrapper>ul>li>a{
  color:

  
  
    
  


  rgba(43, 17, 11, 1)

;
}

.custom-menu-wrapper .hs-menu-wrapper>ul>li>a:hover{
  color:

  
  
    
  


  rgba(255, 255, 255, 1)

;
  background-color:

  
  
    
  


  rgba(43, 17, 11, 1)

;
}

.custom-menu-wrapper .hs-menu-wrapper>ul>li.active-items > a{
  color:

  
  
    
  


  rgba(252, 175, 23, 1)

;
}







.custom-menu-wrapper .hs-menu-wrapper>ul>li>ul{
  background-color:

  
  
    
  


  rgba(255, 255, 255, 1)

;
}

.custom-menu-wrapper .hs-menu-wrapper>ul>li>ul>li>a{
  color:

  
  
    
  


  rgba(43, 17, 11, 1)

;
}

.custom-menu-wrapper .hs-menu-wrapper>ul>li>ul>li>a:hover{
  color:

  
  
    
  


  rgba(255, 255, 255, 1)

;
  background-color:

  
  
    
  


  rgba(43, 17, 11, 1)

;
}

.custom-menu-wrapper .hs-menu-wrapper>ul>li>ul>li.active-items >a{
  color:

  
  
    
  


  rgba(252, 175, 23, 1)

;
}






.custom-content-wrapper .hs_cos_wrapper>div>a{
  color:

  
  
    
  


  rgba(43, 17, 11, 1)


}

.custom-content-wrapper .hs_cos_wrapper>div>a:hover{
  color:

  
  
    
  


  rgba(252, 175, 23, 1)


}

.custom-right-top-container,
.custom-content-wrapper{
  border-color:

  
  
    
  


  rgba(23, 7, 3, 0.35)

;
}

/* 1h. Site footer */










.menu-wrapper .hs-menu-wrapper>ul>li>a{
  color:

  
  
    
  


  rgba(255, 255, 255, 1)

;
}

.menu-wrapper .hs-menu-wrapper>ul>li>a:hover{
  color:

  
  
    
  


  rgba(252, 175, 23, 1)

;
}

.menu-wrapper .hs-menu-wrapper>ul>li:first-child>a,
.custom-conetnt h4{
  color:

  
  
    
  


  rgba(255, 255, 255, 0.8)

;
}

.custom-conetnt p{
  color:

  
  
    
  


  rgba(255, 255, 255, 0.8)

;
}

.copyright-wrapper{
  background-color:

  
  
    
  


  rgba(23, 7, 3, 1)

;
}

.copy-right-content .hs_cos_wrapper p{
  color:

  
  
    
  


  rgba(255, 255, 255, 0.6)

;
}

.footer_wrapper:before{
  background-color:

  
  
    
  


  rgba(43, 17, 11, 0.9)

;
}







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

.dnd-section,
.content-wrapper--vertical-spacing {
  padding: 40px 00px;
}

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





html {
  font-size: 18px;
}

body {
  font-size: 18px;
  color: #2b110b;
  font-weight: 400;
  font-family: poppins;
}

/* Paragraphs */

p {
  font-size: 18px;
  color: #2b110b;
  font-weight: 400;
}

/* Anchors */

a {
  color: #fcaf17;
}

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

/* Headings */

h1 {
  font-family: Patua One;
  font-size: 3em;
  color: #170703;
  font-weight: 400;
}

h2 {
  font-family: Patua One;
  font-size: 2em;
  color: #170703;
  font-weight: 400;
}

h3 {
  font-family: Patua One;
  font-size: 1.3em;
  color: #170703;
  font-weight: 400;
}

h4 {
  font-family: Patua One;
  font-size: 1.2em;
  color: #170703;
  font-weight: 400;
}

h5 {
  font-family: Patua One;
  font-size: 1.1em;
  color: #170703;
  font-weight: 400;
}

h6 {
  font-family: Patua One;
  font-size: 1em;
  color: #170703;
  font-weight: 400;
}

/* Blockquote */

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





button,
.button {
  background-color: ;
  border: 0px solid #ffffff;
  border-radius: 0px;
  color: #FFFFFF;
  padding: 10.8px 25.2px;
}






form,
.submitted-message {
  font-size: 18px;
  color: #2b110b;
  font-weight: 400
}

/* Form title */

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

/* Form label */

form label {
  color: #170703;
}

/* Form help text */

form legend {
  color: #170703;
}

/* 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: #170703;
  color: #2b110b;
  background-color:#f5f1f0;
}

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 {
  background-color:#ffffff;
}


/* Form placeholder text */

::-webkit-input-placeholder {
  color: #2b110b;
}

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

/* Date picker */

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

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

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

/* Submit button */

form input[type=submit],
form .hs-button {
  border: 0px solid #ffffff;
  border-radius: 0px;
  color: #FFFFFF;
  padding: 10.8px 25.2px;
}

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

}






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

th,
td {
  border-color: #2b110b;
  color: #494A52;
}

thead th,
thead td {
  background-color: 

  
  
    
  


  rgba(73, 74, 82, 1)

;
  border-bottom-color: #2b110b;
  color: #FFFFFF;
}

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





.header {
  background-color: ;
}

body .navigation-primary a,
.header__logo .logo-company-name,
.header__language-switcher-label-current,
.header__language-switcher .lang_list_class li a {
  color: ;
  font-family: poppins;
}

body .navigation-primary a:hover,
body .navigation-primary a:focus,
.header__language-switcher-label-current:hover,
.header__language-switcher-label-current:focus,
.header__language-switcher .lang_list_class li:hover a,
.header__language-switcher .lang_list_class li a:focus {
  color: ;
}

body .navigation-primary a:active,
.header__language-switcher-label-current:active,
.header__language-switcher .lang_list_class li a:active {
  color: ;
}

body .navigation-primary .submenu.level-1 > li > a.active-item:after {
  background-color: #494A52;
}

body .submenu.level-2,
.header__language-switcher .lang_list_class {
  background-color: ;
  border-color: ;
}

body .submenu.level-2 > li:first-child:before {
  border-color: ;
}

.header__language-switcher .lang_list_class:before {
  border-bottom-color: ;
}

body .submenu.level-2 .menu-item .menu-link:hover,
body .submenu.level-2 .menu-item .menu-link:focus,
.header__language-switcher .lang_list_class li:hover,
body .submenu.level-2 > li:first-child:hover:before,
body .submenu.level-2 > li:first-child.focus:before {
  background-color: ;
}

.header__language-switcher .lang_list_class.first-active::after {
  border-bottom-color: ;
}

.header__language-switcher-label-current,
.header__language-switcher .lang_list_class li a {
  font-family: poppins;
}

.header__language-switcher-label-current:after {
  border-top-color: ;
}

@media(max-width: 767px) {
  .header__navigation {
    background-color: ;
  }

  .header__navigation-toggle svg,
  .menu-arrow svg {
    fill: ;
  }
}





.footer {
  background-color: ;
}

/* Footer Content */

.footer * {
  color: ;
}





/* Blog Header */

.blog-header {
  background-color: rgb(238, 240, 242);
}

/* Blog Listing */

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

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

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

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

.blog-pagination__link {
  color: #2b110b;
}

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

.blog-post__title {
  color: #170703;
  font-family:Patua One;
  font-size: 3px;
  font-weight: 400;
}

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

#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: #F8FAFC;
}

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

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

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

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

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

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

.blog-sidebar a {
  color: #2b110b;
}

.blog__subscription-block, .blog-related-posts {
  background-color: rgb(238, 240, 242);
}

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

.blog-post {
  box-shadow: -5px 0px 20px 0px rgba(73, 75, 77, 0.10);
}

.blog-post__meta a {
  color: #2b110b;
}

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

.blog-post__links-container {
  border-top:  2px solid rgb(228, 230, 232);
}

.blog-post__back-to-blog {
  color: #2b110b;
}

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

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

.comment.depth-1 {
  border-left: 2px solid rgb(228, 230, 232);
}

.section.post-footer .hs-input {
  border-color: rgb(228, 230, 232);
}

.blog-recent-posts {
  background-color: rgb(238, 240, 242);
}











.card__price {
  font-family: Patua One
    font-size: 1.3px;
  color: #170703;
  font-weight: 400
}









/* Hide blog breadcrumbs */
.blog-bread-crumbs {
  display: none;
}

/* prevent the nav items from wrapping text  */
.custom-menu-wrapper .hs-menu-wrapper > ul > li {
  white-space: nowrap
}


/*  Wrapper for main content and sidebar */
.main-flex-wrapper {
  display: flex;
  gap: 3rem;
}

@media screen and (max-width: 768px){
  .main-flex-wrapper { flex-direction: column; gap: 1rem;}
}

.flex > .content-wrapper {
  flex: 1 0 70%;
  min-width: 400px;
}

/* For some reason the embedded form has a height that auto sets on any event to be >=800px. this forces that to stop */

/* Fix the margins on the body container to not be so wide */
.body-container {
  max-width: 1400px;
  margin: 0 auto;
}

.body-container--fullwidth{
	max-width: 100%;
}

.blog-post {
  padding-left: 0
}
.tmc-sidebar {
   flex: 1 0 30%;
  min-width: 300px;
  background-color: white;
  z-index: 999;
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
  border-left: 1px solid #f5f1f0;
  padding: 2rem 1rem;
 } 

@media screen and (min-width: 786px){
  .sidebar {
    border: 0;
  }
}



.sidebar-lists {
 display: flex;
  justify-content: space-evenly;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  flex-grow: 1;
  gap: 1rem;
}

.sidebar-list-title{
  margin-bottom: .25rem;
  font-weight: 600;
  color:#fcaf17;
  font-size: 1.125rem;
}

.sidebar-lists a {
  color: black;
  transition: all .2s ease
}

.sidebar-lists a:hover {
  color: black;
  text-decoration: underline;
  text-decoration-color: #fcaf17;
  font-weight: 600;
}

/* Make sure links in articles are underlined and colored correctly */
article a {
  text-decoration: underline;
  font-weight: bold;
}

/* featured image above blog content */
.featured-image {
  max-width: 100%;
  object-position: center;
  object-fit: contain;
  height: auto;
  margin-bottom: 1rem;
}

/* Align form submit buttons to the left */
.hs-submit .actions {
  padding-left: 0 !important;
}

/* Fix social Icons in footer on mobile */
footer .custom-social {
  display: flex;
  gap: 2px;
}

footer .menu-wrapper {
  margin-bottom: 0;
}


footer hs_cos_wrapper_footer-logo_hs_logo_widget {
  text-align:center;
}


footer .custom-col {
  
  align-items:center;
}

/* make the names in the contact footer not so wide */
footer .menu-wrapper .hs-menu-wrapper > ul  {
  display: flex;
  flex-direction: column;
  align-items: center;
/*  Force the list to the bottom. TODO! There has to be something better than this.  */
  line-height: 0;
}

footer ul li {
 max-width: max-content;
 margin:0;
}
footer .menu-wrapper .hs-menu-wrapper > ul > li > a {
  display: inline-block;
}

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

/* Make copyright wrapper above overlay  */
.copyright-wrapper {
  position: relative;
}

/* reduce the height of the footer container */
.footer-wrapper {
  padding-bottom: 3rem;
}


/* color bg of blog listing page siebare*/

.custom-blog-wrapper .blog-sidebar.span3 {
  background-color: #30160f;
}