







/* 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: 65px 20px; */

  padding-top: 65px;
  padding-bottom: 65px;
}


.header__container, 
.footer__container,
.dnd-section > .row-fluid, 
.page-center, 
.content-wrapper {
  width: 100%;
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .header__container, 
  .footer__container,
  .dnd-section > .row-fluid, 
  .page-center, 
  .content-wrapper {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .header__container, 
  .footer__container,
  .dnd-section > .row-fluid, 
  .page-center, 
  .content-wrapper {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .header__container, 
  .footer__container,
  .dnd-section > .row-fluid, 
  .page-center, 
  .content-wrapper {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .header__container, 
  .footer__container,
  .dnd-section > .row-fluid, 
  .page-center, 
  .content-wrapper {
    max-width: 1140px;
  }
}
@media (min-width: 1290px) {
  .header__container, 
  .footer__container,
  .dnd-section > .row-fluid, 
  .page-center, 
  .content-wrapper {
    max-width: 1260px;
  }
}

@media (max-width:767px){
  .dnd-section,
  .content-wrapper--vertical-spacing {
    /*   padding: 65px 20px; */

    padding-top: 65px;
    padding-bottom: 65px;
  }
}





body {
  font-size: 1rem;
  font-weight: 400;
  font-family: 'MazzardH', sans-serif;
  color: rgba(0, 0, 0, 1.0);
}


p{
  color: rgba(0, 0, 0, 1.0);
  font-size: 1rem;
}


/* Anchors */

a {
  color: rgba(227, 5, 27, 1.0);
}

a:hover,
a:active {
  color: rgba(152, 3, 18, 1.0);
}

/* Headings */

h1, h2, h3, h4, h5, h6{
  font-family: 'MazzardH', sans-serif;
  color: rgba(0, 0, 0, 1.0);
}

h1 {
  font-size: 3.625rem;
  font-weight: 700;
}

h2 {
  font-size: 2.375rem;
  font-weight: 700;
}

h3 {
  font-size: 1.75rem;
  font-weight: 300;
}

h4 {
  font-size: 1.5rem;
  font-weight: 700;
}

h5 {
  font-size: 1.125rem;
  font-weight: 700;
}

h6 {
  font-size: 1rem;
  font-weight: 700;
}

/* Blockquote */

blockquote {
  border-left-color:  rgba(0, 0, 0, 1.0);
}











/* Form title */
#comment-form,
.hs-search-field,
.hs_cos_wrapper_type_blog_subscribe,
.hs_cos_wrapper_type_email_simple_subscription,
.hs_cos_wrapper_type_form,
.hs_cos_wrapper_type_member_login,
.hs_cos_wrapper_type_member_register,
.hs_cos_wrapper_type_password_prompt,
.hs_cos_wrapper_type_password_reset,
.hs_cos_wrapper_type_password_reset_request,
.section.post-footer,
.widget-type-google_search,
#hs_cos_wrapper_subscription_preferences{
  background-color: rgba(255, 255, 255, 0.0) ;
}
/* Form title */

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

/* Form label */

.hs-form label {
  color: rgba(0, 0, 0, 1.0);
}

/* Form help text */

.hs-form legend {
  color: rgba(239, 107, 81, 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: rgba(0, 0, 0, 1.0);
  border-radius: 4px;
}

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(252, 108, 122, 1.0);
}

/* Form placeholder text */

::-webkit-input-placeholder {
  /*   color: ; */
}

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

.footer-newsletter-form ::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.75);
}

.footer-newsletter-form ::-webkit-input-placeholder,
.footer-newsletter-form ::-moz-placeholder,
.footer-newsletter-form :-ms-input-placeholder,
.footer-newsletter-form :-moz-placeholder,
.footer-newsletter-form ::placeholder{
  color: rgba(255, 255, 255, 0.75);
}


/* Date picker */

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

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

.fn-date-picker td.is-today .pika-button {
  color: {color=#000, opacity=100, css=#000000};
}

/* Submit button */

form input[type=submit],
form .hs-button,
button,
.button {
  background-color: rgba(227, 5, 27, 1.0);
  border-color: rgba(227, 5, 27, 1.0);
  border-width: 0px;
  border-radius: 4px;
  color: rgba(255, 255, 255, 1.0);
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 8px;
  padding-bottom: 8px;
}

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

button:hover,
button:focus,
.button:hover,
.button:focus {
  background-color: rgba(190, 4, 23, 1.0);
  border-color: rgba(177, 4, 21, 1.0);
  color: rgba(255, 255, 255, 1.0);
}

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

button:active,
.button:active{
  background-color: rgba(190, 4, 23, 1.0);
  border-color: rgba(227, 5, 27, 1.0);
  color: rgba(255, 255, 255, 1.0);
}





th,
td {
  background-color: rgba(255, 255, 255, 1.0);
  border: 1px solid rgba(26, 26, 26, 1.0);
  color: rgba(26, 26, 26, 1.0);
}

thead th,
thead td {
  background-color: rgba(26, 26, 26, 1.0);
  color: rgba(255, 255, 255, 1.0);
}

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

table,
tbody + tbody {
  border-color: rgba(26, 26, 26, 1.0);
}





.header-navbar .hs-menu-wrapper>ul>li>a{
  color:rgba(255, 255, 255, 1.0);
}
.header-navbar .hs-menu-wrapper>ul>li>a:hover{
  color:rgba(227, 5, 27, 1.0);
}
.header-login a{
  color:rgba(255, 255, 255, 1.0);
  background-color: rgba(227, 5, 27, 1.0); 
}

.header-login a:hover {
  background-color: rgba(190, 4, 23, 1.0); 
  border-color: rgba(177, 4, 21, 1.0); 
  color: rgba(255, 255, 255, 1.0);   
}
header.header.sticky{
  background-color: rgba(255, 255, 255, 1.0); 
}
.sticky .header-navbar .hs-menu-wrapper>ul>li>a{
  color: rgba(0, 0, 0, 1.0);   
}

.sticky .header-navbar .hs-menu-wrapper>ul>li>a:hover {
  color:  rgba(227, 5, 27, 1.0);  
}
.header-navbar .hs-menu-wrapper>ul>li>ul>li>a{
  color:  rgba(255, 255, 255, 1.0);  
}






footer.footer{
  background-color: rgba(1, 47, 51, 1.0);  
}
.footer-content-group h3{
  color: rgba(255, 255, 255, 1.0); 
}

.footer-content-group p{
  color: rgba(255, 255, 255, 1.0); 
}
.footer-newsletter-form .hs-fieldtype-booleancheckbox label{
  color: rgba(255, 255, 255, 1.0); 
}
.footer-newsletter-form .hs-button{
  background-color:rgba(224, 241, 244, 1.0); 
  border: 1px solid rgba(224, 241, 244, 1.0); 
  color: rgba(1, 47, 51, 1.0); 
}
.footer-newsletter-form .hs-button:hover {
    background-color: rgba(196, 228, 234, 1.0); 
    border-color: rgba(196, 228, 234, 1.0); 
    color: rgba(1, 47, 51, 1.0); 
}
.footer-content-group a,.footer-right-content ul li a,.footer-content-group p a{
  color: rgba(255, 255, 255, 1.0); 
}
.footer-content-group a:hover, .footer-content-group p a:hover{
  color: rgba(255, 255, 255, 1.0); 
}
.footer-social-icon a {
  color: rgba(1, 47, 51, 1.0); 
}
.footer-social-icon a:hover {
  color: rgba(1, 47, 51, 1.0); 
   
}










.blog-post{
  background-color: rgba(248, 250, 252, 1.0);
}
.blog-post__body p{
  color: rgba(0, 0, 0, 1.0);
}
h1.blog-post__title,
.blog-post__body h2,
.blog-related-posts h2{
  color: rgba(33, 37, 41, 1.0);
}




.card__price {
  font-family: ;
  font-size: px;
  color: ;
  font-weight: ;
}


@media (max-width: 1200px) {
  h1{
    font-size: calc(1.4875rem + 2.85vw);
  }
}

@media (max-width: 1200px) {
  h2{
    font-size: calc(1.3625rem + 1.35vw);
  }
}

@media (max-width: 1200px) {
  h3{
    font-size: calc(1.3rem + 0.6vw);
  }
}

@media (max-width: 1200px) {
  h4{
    font-size: calc(1.275rem + 0.3vw);
  }
}