







/* 1a. Containers */




/* 1b. Colors */




/* 1c. Typography */
















/* 1d. Buttons */







/* 1e. Forms */










/* 1f. Tables */











/* 1g. Site header */





/* 1h. Site footer */








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

.dnd-section,
.content-wrapper--vertical-spacing {
  padding: 96px 0px;
}

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







body {
  font-size: 15px;
  color: #000;
  font-weight: regular;
  font-family: Raleway;
}

/* Paragraphs */



/* Anchors */

a {
  color: #000000;
}

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

/* Headings */

h1 {
  font-size: 60px; 
  font-family: 'Raleway', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  color: #0e1015;
  font-weight: 400;
}

h2 {
  font-size: 45px; 
  font-family: 'Raleway', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  color: #0e1015;
  font-weight: 400;
}

h3 {
  font-size: 30px; 
  font-family: 'Raleway', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  color: #0e1015;
  font-weight: 400;
}

h4 {
  font-size: 25px; 
  font-family: 'Raleway', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  color: #0e1015;
  font-weight: 400;
}

h5 {
  font-size: 22px; 
  font-family: 'Raleway', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  color: #0e1015;
  font-weight: 400;
}

h6 {
  font-size: 18px; 
  font-family: 'Raleway', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  color: #0e1015;
  font-weight: 400;
}

@media(max-width:767px){
  h1 {
    font-size: 31.9999999998px; 
    font-weight: 300.0;
  }
  h2 {
    font-size: 31.999999999950003px;
  }

  h3 {
    font-size: 24.0px;
  }
  h4 {
    font-size: 18.0px;
  }
  h5 {
    font-size: 15.99999999994px;
  }

  h6 {
    font-size: 11.99999999988px;
  }
  body {
    font-size: 12.857142857100001px;
  }
}
/* Blockquote */

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





button,
.button {
  background-color: rgba(51, 51, 51, 1.0);
  border-color: rgba(255, 150, 0, 1.0);
  border-radius: 0px;
  border-width: 0px;
  color: rgba(247, 247, 247, 1.0);
  padding-left: 12px;
  padding-right: 12px;
  padding-top: 12px;
  padding-bottom: 12px;
}

button:hover,
button:focus,
.button:hover,
.button:focus {
  color: rgba(120, 120, 120, 1.0);
  border-color: rgba(200, 100, 0, 1.0);
  background-color: rgba(196, 196, 196, 1.0);
}

button:active,
.button:active {
  background-color: rgba(91, 91, 91, 1.0);
  border-color: rgba(255, 190, 40, 1.0);
  color: rgba(247, 247, 247, 1.0);
}





form,
.submitted-message {
  font-size: 15px;
  color: #000;
  font-weight: regular
}

/* Form title */

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

/* Form label */

form label {
  color: #8c979e;
}

/* Form help text */

form legend {
  color: #8c979e;
}

/* 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: #c4c4c4;
  color: #000;
}

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: #ff9600;
  border-radius: 0px;
}

/* Form placeholder text */

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

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

/* 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: #000;
}

/* Submit button */

form input[type=submit],
form .hs-button {
  background-color: rgba(51, 51, 51, 1.0);
  border-color: rgba(255, 150, 0, 1.0);
  border-radius: 0px;
  border-width: 0px;
  color: rgba(247, 247, 247, 1.0);
  padding-left: 12px;
  padding-right: 12px;
  padding-top: 12px;
  padding-bottom: 12px;
}

form input[type=submit]:hover,
form input[type=submit]:focus,
form .hs-button:hover,
form .hs-button:focus {
  color: rgba(120, 120, 120, 1.0);
  border-color: rgba(200, 100, 0, 1.0);
  background-color: rgba(196, 196, 196, 1.0);}

form input[type=submit]:active,
form .hs-button:active {
  background-color: rgba(91, 91, 91, 1.0);
  border-color: rgba(255, 190, 40, 1.0);
  color: rgba(247, 247, 247, 1.0);
}





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

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

thead th,
thead td {
  background-color: 

  
  
    
  


  rgba(0, 0, 0, 1.0)

;
  border-bottom-color: #000;
  color: #FFFFFF;
}

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





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

.site-header .search-widget-handle .search i{
  color: rgba(0, 0, 0, 1.0);
}

.site-header ul.submenu.level-1>li>a{
  color: rgba(76, 76, 76, 1.0);
}

.site-header ul.submenu.level-1>li>a:hover{
  color: rgba(255, 150, 0, 1.0);
}

.site-header ul.submenu.level-2{
  background-color: rgba(255, 255, 255, 1.0);
}

.site-header ul.submenu.level-2>li>a{
  color: rgba(76, 76, 76, 1.0);
}

.site-header ul.submenu.level-2>li>a:hover{
  color: rgba(200, 100, 0, 1.0);
}

.site-header .search-widget-handle form button{
  background-color: rgba(255, 150, 0, 1.0);
}
.site-header .search-widget-handle form button:hover {
  background-color: rgba(200, 100, 0, 1.0);
}

.site-header .search-widget-handle form button {
  color: rgba(255, 255, 255, 1.0);
}

.site-header .search-widget-handle form button:hover:before {
  color: rgba(255, 255, 255, 1.0);
}





footer.footer {
  background-color: rgba(14, 16, 21, 1.0);
}
.footer .copyright-text .hs_cos_wrapper{
  color: rgba(254, 254, 254, 1.0);
}
.footer .footer-credits .hs_cos_wrapper{
  color: rgba(255, 255, 255, 1.0);
}

.footer .footer-credits a{
  color: rgba(255, 150, 0, 1.0);
}
.footer .footer-credits a:hover{
  color: rgba(200, 100, 0, 1.0);
}






/* Blog Header */



/* Blog Listing */

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

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

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

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

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

.blog-pagination__link {
  color: #000;
}

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

.blog-post__title {
  color: #0e1015;
  font-family:'Raleway', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 60px;
  font-weight: 400;
}

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



/*             Blog Grid Listing and Post styles            */


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

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

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

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

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

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

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

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

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

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

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

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

.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: 'Raleway', 'Helvetica Neue', Helvetica, Arial, sans-serif
    font-size: 30px;
  color: #0e1015;
  font-weight: 400
}

@media (min-width: 768px){
  .dnd-section > .row-fluid,
  .content-wrapper,
  .page-center{
    max-width: 749.9999999999999px;
  }
}
@media (min-width: 992px){
  .dnd-section > .row-fluid,
  .content-wrapper,
  .page-center{
    max-width: 970.0000000000001px;
  }
}
@media (min-width: 1200px){
  .dnd-section > .row-fluid,
  .content-wrapper,
  .page-center {
    max-width: 1170px;
  }
}