







/* 1a. Containers */




/* 1b. Colors */




/* 1c. Typography */
















/* 1d. Buttons */







/* 1e. Forms */










/* 1f. Tables */











/* 1g. Site header */





/* 1h. Site footer */








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

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

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

@media (max-width: 1440px){
  .dnd-section > .row-fluid,
  .header__container,
  .page-center,
  .content-wrapper {
    max-width: 1139.999999996px;
  }
}

@media (max-width: 1199px){
  .dnd-section > .row-fluid,
  .header__container,
  .page-center,
  .content-wrapper {
    max-width: 959.9999999979999px;
  }
}

@media (max-width: 1023px){
 .dnd-section > .row-fluid,
  .header__container,
  .page-center,
  .content-wrapper {
    max-width: 100%;
  }
}





html {
  font-size: 18px;
}

body {
  font-size: 18px;
  color: #343838;
  font-weight: 400;
  font-family: Open Sans;
}

/* Paragraphs */

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

/* Anchors */

a {
  color: #c00000;
}

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

/* Headings */

h1 {
  font-family: Open Sans;
  font-size: 42px;
  color: #c00000;
  font-weight: 600;
}

h2 {
  font-family: Open Sans;
  font-size: 36px;
  color: #c00000;
  font-weight: 600;
}

h3 {
  font-family: Open Sans;
  font-size: 32px;
  color: #c00000;
  font-weight: 600;
}

h4 {
  font-family: Open Sans;
  font-size: 24px;
  color: #c00000;
  font-weight: 600;
}

h5 {
  font-family: Open Sans;
  font-size: 20px;
  color: #c00000;
  font-weight: 600;
}

h6 {
  font-family: Open Sans;
  font-size: 18px;
  color: #c00000;
  font-weight: 600;
}

/* Blockquote */

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

@media (max-width: 992px){
  h1 {
   font-size: 37.333333332959995px;
  }
  
    h3 {
   font-size: 30.72px;
  }
}

@media (max-width: 767px){
  h1 {
   font-size: 34.99999999986px;
  }
   h2 {
   font-size: 33.59999999988px;
  }
  
    h3 {
   font-size: 28.16px;
  }
    h4 {
   font-size: 21.81818181816px;
  }
}

@media (max-width: 576px){
  h1 {
   font-size: 32.66666666634px;
  }
   h2 {
   font-size: 29.99999999988px;
  }
  
    h3 {
   font-size: 25.6px;
  }
    h4 {
   font-size: 19.63636363632px;
  }
    h5 {
   font-size: 17.7777777776px;
  }
    h6 {
   font-size: 16.875px;
  }
}





button,
.button {
  background-color: 

  
  
    
  


  rgba(192, 0, 0, 1.0)

;
  border: 2px solid #c00000;
  border-radius: 0px;
  color: #FFFFFF;
  padding: 15px 30px;
}

button:hover,
button:focus,
.button:hover,
.button:focus {
  background-color: rgba(192, 0, 0, 1.0);
  border-color: #c00000;
  color: #FFFFFF;
}

button:active,
.button:active {
  background-color: rgba(192, 0, 0, 1.0);
  border-color: #c00000;
  color: #FFFFFF;
}





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

/* Form title */

.form-title {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 0.0)

;
  color: #c00000;
}

/* Form label */

form label {
  color: #343438;
}

/* Form help text */

form legend {
  color: #666;
}

/* 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: #cacaca;
  color: #343838;
}

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

/* Form placeholder text */

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

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

/* Date picker */

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

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

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

/* Submit button */

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

  
  
    
  


  rgba(192, 0, 0, 1.0)

;
  border: 2px solid #c00000;
  border-radius: 0px;
  color: #FFFFFF;
  padding: 15px 30px;
}

form input[type=submit]:hover,
form input[type=submit]:focus,
form .hs-button:hover,
form .hs-button:focus {
  background-color: rgba(192, 0, 0, 1.0);
  border-color: #c00000;
  color: #FFFFFF;
}

form input[type=submit]:active,
form .hs-button:active {
  background-color: rgba(192, 0, 0, 1.0);
  border-color: #c00000;
  color: #FFFFFF;
}





table {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  border-color: #c00000;
}

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

thead th,
thead td {
  background-color: 

  
  
    
  


  rgba(192, 0, 0, 1)

;
  border-bottom-color: #c00000;
  color: #FFFFFF;
}

tfoot td {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  color: #c00000;
}





.header-top {
   background-color: rgba(52, 52, 56, 1.0);
}

.pills-button a{
  color: rgba(255, 255, 255, 1.0);
}
.pills-button a:hover {
  color: rgba(255, 255, 255, 1.0);
}

header#header {
   background-color: rgba(52, 52, 56, 1.0);
}

#header .main-menu-container ul.level-1>li>a{
  color: rgba(255, 255, 255, 1.0);
}
#header .main-menu-container ul.level-1>li:hover>a {

  color: rgba(192, 0, 0, 1.0);
}

#header .main-menu-container ul.level-1>li:hover {
  background-color: rgba(192, 0, 0, 1.0);

}

#header .main-menu-container ul.level-1>li>ul {
   background-color: rgba(192, 0, 0, 1.0);
}

#header .main-menu-container ul.level-1>li>ul>li>ul>li>a{
  color: rgba(255, 255, 255, 1.0);
}
#header .main-menu-container ul.level-1>li>ul>li>ul>li>a:hover{

  color: rgba(192, 0, 0, 1.0);
}






div#footer-top {
   background-color: rgba(192, 0, 0, 1.0);
}
.col-12.col-md-6.col-lg-3.footer-box h3 {
  color: rgba(255, 255, 255, 1.0);
}

.col-12.col-md-6.col-lg-3.footer-box p{
  color: rgba(255, 255, 255, 1.0);
}
.latest-posts-list li .latest-post-meta .latest-post-title a{
  color: rgba(255, 255, 255, 1.0);
}
.latest-posts-list li .latest-post-meta .latest-post-title a:hover {
  color: rgba(255, 255, 255, 1.0);
}


footer.float-left.full-width {
   background-color: rgba(255, 255, 255, 1.0);
}

footer .footer-copyright p{
  color: rgba(52, 56, 56, 1.0);
}
footer .footer-copyright p a{
  color: rgba(192, 0, 0, 1.0);
}
footer .footer-copyright p a:hover {
  color: rgba(192, 0, 0, 1.0);
}

footer .footer-socials ul li a {
   background-color: rgba(192, 0, 0, 1.0);
   color: rgba(255, 255, 255, 1.0);
}

footer .footer-socials ul li a:hover {
   background-color: rgba(192, 0, 0, 1.0);
   color: rgba(255, 255, 255, 1.0);
}











.card__price {
  font-family: Open Sans
  font-size: 32px;
  color: #c00000;
  font-weight: 600
}