







/* 1a. Containers */




/* 1b. Colors */




/* 1c. Typography */
















/* 1d. Buttons */










/* Primary Button */










/* Secondary Button */










/* 1e. Forms */










/* 1f. Tables */











/* 1g. Site header */


















/* 1h. Site footer */



















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

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

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





html {
  font-size: 18px;
}

body {
  font-size: 18px;
  color: #3c3c3e;
  font-weight: 400;
  font-family: Titillium Web;
}

/* Paragraphs */

p {
  font-size: 18px;
  color: #3c3c3e;
  font-weight: 400;
}

/* Anchors */

a {
  color: #BF061E;
}

a:hover,
a:focus,
a:active {
  color: #3c3c3e;
}

/* Headings */

h1 {
  font-family: Titillium Web;
  font-size: 85px;
  color: #1a1818;
  font-weight: 700;
}

h2 {
  font-family: Titillium Web;
  font-size: 60px;
  color: #1a1818;
  font-weight: 700;
}

h3 {
  font-family: Titillium Web;
  font-size: 40px;
  color: #3c3c3e;
  font-weight: 400;
}

h4 {
  font-family: Titillium Web;
  font-size: 25px;
  color: #1a1818;
  font-weight: 700;
}

h5 {
  font-family: Titillium Web;
  font-size: 22px;
  color: #1a1818;
  font-weight: 700;
}

h6 {
  font-family: Titillium Web;
  font-size: 20px;
  color: #1a1818;
  font-weight: 700;
}

/* Blockquote */

blockquote {
  border-left-color: #1a1818;
}





button:not(.slick-arrow):not(.slick-dots button):not(.header-search button):not(.fancybox-button):not(.fancybox-close-small),
.button:not(.slick-arrow):not(.slick-dots button):not(.header-search button):not(.fancybox-button):not(.fancybox-close-small) {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 0.0)

;
  border: 2px solid #BF061E;
  border-radius: 0px;
  color: #1A1818;
  padding: 6px 40px;
}

button:not(.slick-arrow):not(.slick-dots button):not(.header-search button):not(.fancybox-button):not(.fancybox-close-small):hover,
button:not(.slick-arrow):not(.slick-dots button):not(.header-search button):not(.fancybox-button):not(.fancybox-close-small):focus,
.button:not(.slick-arrow):not(.slick-dots button):not(.header-search button):not(.fancybox-button):not(.fancybox-close-small):hover,
.button:not(.slick-arrow):not(.slick-dots button):not(.header-search button):not(.fancybox-button):not(.fancybox-close-small):focus {
  border: 2px solid #1A1818;
  color: #ffffff;
}

button:not(.slick-arrow):not(.slick-dots button):not(.header-search button):not(.fancybox-button):not(.fancybox-close-small):active,
.button:not(.slick-arrow):not(.slick-dots button):not(.header-search button):not(.fancybox-button):not(.fancybox-close-small):active {
  background-color: 

  
  
    
  


  rgba(26, 24, 24, 1.0)

;
  border: 2px solid #1A1818;
  color: #ffffff;
}

button:not(.slick-arrow):not(.slick-dots button):not(.header-search button):not(.fancybox-button):not(.fancybox-close-small):hover:after,
button:not(.slick-arrow):not(.slick-dots button):not(.header-search button):not(.fancybox-button):not(.fancybox-close-small):focus:after,
.button:not(.slick-arrow):not(.slick-dots button):not(.header-search button):not(.fancybox-button):not(.fancybox-close-small):hover:after,
.button:not(.slick-arrow):not(.slick-dots button):not(.header-search button):not(.fancybox-button):not(.fancybox-close-small):focus:after,
button:not(.slick-arrow):not(.slick-dots button):not(.header-search button):not(.fancybox-button):not(.fancybox-close-small):active:after,
.button:not(.slick-arrow):active:after{
  border-bottom-color: 

  
  
    
  


  rgba(26, 24, 24, 1.0)

;
}

/* Primary Button */

.primary-btn {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 0.0)

;
  border: 2px solid #BF061E;
  border-radius: 0px;
  color: #1A1818;
  padding: 6px 40px;
}

.primary-btn:hover,
.primary-btn:focus{
  border: 2px solid #1A1818;
  color: #ffffff;
}

.primary-btn:active {
  background-color: 

  
  
    
  


  rgba(26, 24, 24, 1.0)

;
  border: 2px solid #1A1818;
  color: #ffffff;
}

.primary-btn:hover:after,
.primary-btn:focus:after,
.primary-btn:active:after{
  border-bottom-color: 

  
  
    
  


  rgba(26, 24, 24, 1.0)

;
}

/* Secondary Button */

.secondary-btn {
  color: #1A1818;
  padding: 3px 33px;
}

.secondary-btn:hover,
.secondary-btn:focus{
  color: #bf061e;
}

.secondary-btn:active {
  color: #bf061e;
}





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

/* Form title */

.form-title {
/*   background-color: 

  
  
    
  


  rgba(60, 60, 62, 1)

; */
  color: #1a1818;
}

/* Form label */

form label {
  color: #3c3c3e;
}

/* Form help text */

form legend {
  color: #3c3c3e;
}

/* 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: #D1D6DC;
  color: #3c3c3e;
}

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

/* Form placeholder text */

::-webkit-input-placeholder {
  color: #3c3c3e;
}

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

/* Date picker */

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

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

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

/* Submit button */

form input[type=submit],
form .hs-button {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 0.0)

;
  border: 2px solid #BF061E;
  border-radius: 0px;
  color: #1A1818;
  padding: 6px 40px;
}

form input[type=submit]:hover,
form input[type=submit]:focus,
form .hs-button:hover,
form .hs-button:focus {
  border: 2px solid #1A1818;
  color: #ffffff;
}

form input[type=submit]:hover:after,
form input[type=submit]:focus:after,
form .hs-button:hover:after,
form .hs-button:focus:after,
form input[type=submit]:active:after,
form .hs-button:active:after{
  border-bottom-color: 

  
  
    
  


  rgba(26, 24, 24, 1.0)

;
}

form input[type=submit]:active,
form .hs-button:active {
  border: 2px solid #1A1818;
  color: #ffffff;
}






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

th,
td {
  border-color: #3c3c3e;
  color: #3c3c3e;
}

thead th,
thead td {
  background-color: 

  
  
    
  


  rgba(60, 60, 62, 1)

;
  border-bottom-color: #3c3c3e;
  color: #FFFFFF;
}

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






.header {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

.header-top .content-wrapper>div{
  border-bottom-color: 

  
  
    
  


  rgba(77, 77, 77, 0.25)


}

.header-links .hs-menu-wrapper>ul>li>a{
  color: #1a1818;
}

.header-links .hs-menu-wrapper>ul>li>a:hover{
  color: #bf061e;
}

.header-menu .hs-menu-wrapper>ul ul li a{
  color: #1a1818
}

.header-menu .hs-menu-wrapper>ul ul li a:hover,
.header-menu .hs-menu-wrapper>ul>li.active-branch>a{
  color: #bf061e
}

@media(min-width: 768px) {
  body .navigation-primary a,
  .header-menu .hs-menu-wrapper>ul>li>a,
  .header__logo .logo-company-name,
  .header__language-switcher-label-current,
  .header__language-switcher .lang_list_class li a {
    color: #1a1818;
  }

  body .navigation-primary a:hover,
  body .navigation-primary a:focus,
  .header-menu .hs-menu-wrapper>ul>li>a:hover,
  .header-menu .hs-menu-wrapper>ul>li>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: #bf061e;
  }

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

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

  body .submenu.level-2,
  .header__language-switcher .lang_list_class,
  .header-menu .hs-menu-wrapper>ul ul{
    background-color: 

  
  
    
  


  rgba(240, 239, 239, 1.0)

;
  }

  .header-menu .hs-menu-wrapper>ul>li>a:hover {
    color: #bf061e;
  }

  .header-menu .hs-menu-wrapper>ul>li:last-child>a{
    background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
    border: 2px solid #BF061E;
    color: #1A1818;
  }

  .header-menu .hs-menu-wrapper>ul>li:last-child>a:hover,
  .header-menu .hs-menu-wrapper>ul>li:last-child>a:focus{
    border: 2px solid #1A1818;
    color: #ffffff;
  }

  .header-menu .hs-menu-wrapper>ul>li:last-child>a:after{
    border-bottom-color: 

  
  
    
  


  rgba(26, 24, 24, 1.0)

;
  } 



  .header-menu .hs-menu-wrapper>ul ul li:not(:last-child){
    border-bottom-color: #1a1818
  }

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

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

  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: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  }

  .header__language-switcher .lang_list_class.first-active::after {
    border-bottom-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  }

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

  .header__language-switcher-label-current:after {
    border-top-color: #1a1818;
  }
}
@media(max-width: 767px) {
  .header__navigation {
    background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  }

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





.footer {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

.footer *{
  color: #3c3c3e;
}

.footer-address p,
.footer-address p *{
  color: #1a1818;
}

.footer a {
  color: ;
}

.footer a:hover {
  color: ;
}

.footer-social-icon-wrapper ul li svg path{
  fill: #bf061e
}

.footer-social-icon-wrapper ul li svg:hover path {
  fill: #3c3c3e
}

.footer-bottom-col.menu-col ul li a {
  color: #bf061e;
}

.footer-bottom-col.menu-col ul li a:hover {
  color: #3c3c3e;
}

.footer-bottom-col.copyright-col,
.footer-bottom-col.copyright-col *{
  color: #3c3c3e;
}

.footer-bottom-col.copyright-col a{
  color: #3c3c3e;
}

.footer-bottom-col.copyright-col a:hover{
  color: #3c3c3e;
}

/* Footer Content */

/* .footer * {
color: #3c3c3e;
} */





/* Blog Header */

.blog-header {
  background-color: transparent;
}

/* Blog Listing */

.blog-index__post-inner-card {
  box-shadow: none;
  border-radius: 0;
}

.blog-index__post-image {
  border-radius: 0;
}

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

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

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

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

.blog-pagination__link {
  color: #3c3c3e;
}

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

.blog-post__title {
  color: #1a1818;
  font-family:Titillium Web;
  font-size: 60px;
  font-weight: 700;
}
.blog-post h2 {
  font-size: 40px;
}

.blog-post__author {
  background-color: #1a1818;
}
.post-featured-image {
  margin-bottom: 0;
  position: relative;
}
.post-featured-image::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #BF061E;
  position: absolute;
  top: 0;
  left: 0;
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 10.4vw), 0 calc(100% - 3vw));
}
.post-featured-image img {
  width: 100%;
  max-width: 100%;
  object-fit: cover;
  aspect-ratio: 22/10;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 calc(100% - 10.4vw));
}
@media(min-width: 1400px) {
  .post-featured-image img {
    width: 100%;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 calc(100% - 141px));
  }
  .post-featured-image::before {
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 141px), 0 calc(100% - 41px));
  }
}

  

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


.blog-index__post-content a {
  color: #3c3c3e;
}
.blog-post__read-more a {
  color: #BF061E;
}
.blog-index__post-content a:hover,
.blog-sidebar a:hover,
.blog-post__meta a:hover,
.blog-post__back-to-blog:hover {
  color: #3c3c3e;
}

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

.blog-index__post-content--small h2 {
  font-size: 25px;
  line-height: 1.2;
}

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

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

.blog-sidebar a {
  color: #3c3c3e;
}

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

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

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

.blog-post__meta a {
  color: #3c3c3e;
}

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

.blog-post__links-container {
  border-top:  2px solid rgb(6, 4, 4);
}

.blog-post__back-to-blog {
  color: #3c3c3e;
}

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

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

.comment.depth-1 {
  border-left: 2px solid rgb(6, 4, 4);
}

.section.post-footer .hs-input {
  border-color: rgb(6, 4, 4);
}

.blog-recent-posts {
  background-color: rgb(245, 245, 245);
}











.card__price {
  font-family: Titillium Web
    font-size: 40px;
  color: #3c3c3e;
  font-weight: 400
}

.dnd-section, .content-wrapper--vertical-spacing{
  padding-left: 0;
  padding-right: 0;
}

@media (max-width: 767px){
  h1 {
    font-size: 50px;
  }

  h2 {
    font-size: 45px;
  }

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

}