







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

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


.body-wrapper {
  max-width: 2500px;
}

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

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





body {
  font-size: 18px;
  font-weight: 200;
  font-family: 'Heebo',Verdana,Arial,sans-serif;
  color: rgba(56, 57, 58, 1.0);
}


p{
  color: rgba(56, 57, 58, 1.0);
  font-size: 18px;
}


/* Anchors */

a {
  color: rgba(238, 118, 0, 1.0);
}

a:hover,
a:active {
  color: rgba(238, 118, 0, 1.0);
}

/* Headings */

h1, h2, h3, h4, h5, h6{
  font-family: 'Heebo',sans-serif;
  color: rgba(95, 97, 95, 1.0);
  line-height: 120%;
}


h1 {
  font-size: 38px;
  font-weight: 300;
  color: rgba(95, 97, 95, 1.0);
}

h2 {
  font-size: 38px;
  font-weight: 300;
  color: rgba(95, 97, 95, 1.0);
}

h3 {
  font-size: 34px;
  font-weight: 400;
  color: rgba(95, 97, 95, 1.0);
}

h4 {
  font-size: 26px;
  font-weight: 700;
  color: rgba(95, 97, 95, 1.0);
}

h5 {
  font-size: 23px;
  font-weight: 700;
  color: rgba(95, 97, 95, 1.0);
}

h6 {
  font-size: 21px;
  font-weight: 700;
  color: rgba(95, 97, 95, 1.0);
}

/* Blockquote */

blockquote {
  border-left-color:  rgba(186, 200, 20, 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(0, 55, 150, 0.0) ;
}
/* Form title */

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

/* Form label */

.hs-form label {
  color: rgba(51, 71, 91, 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(203, 214, 226, 1.0);
  border-radius: 3px;
}

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(82, 168, 236, 0.8);
}

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

/* Date picker */

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

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

.fn-date-picker td.is-today .pika-button {
  color: {color=#38393a, opacity=100, rgba=rgba(56, 57, 58, 1), rgb=rgb(56, 57, 58), hex=#38393a, css=#38393a};
}

/* Submit button */

form input[type=submit],
form .hs-button,
button,
.button {
  background-color: rgba(240, 121, 0, 1.0);
  border-color: rgba(240, 121, 0, 1.0);
  border-width: 3px;
  border-radius: 3px;
  color: rgba(255, 255, 255, 1.0);
  padding-left: 25px;
  padding-right: 25px;
  padding-top: 14px;
  padding-bottom: 14px;
}

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(240, 121, 0, 1.0);
  border-color: rgba(240, 121, 0, 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(240, 121, 0, 1.0);
  border-color: rgba(240, 121, 0, 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.header{
  border-bottom: 2px solid rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.0);
}
.header-nav .hs-menu-wrapper>ul>li>a{
  color: rgba(255, 255, 255, 1.0);
}

.header-nav .hs-menu-wrapper>ul>li:hover>a{
  color: rgba(255, 255, 255, 1.0);
}

.header-nav .hs-menu-wrapper>ul>li:after,
.header-nav .hs-menu-wrapper>ul>li>a:before,
.header-nav .hs-menu-wrapper>ul>li>a:after{
  background: rgba(255, 255, 255, 1.0);
}
.header-nav .hs-menu-wrapper>ul>li>ul>li:hover>a{
  color: rgba(238, 118, 0, 1.0);
}
.header-nav .hs-menu-wrapper>ul>li>ul{
  background:rgba(255, 255, 255, 1.0);
}
.header-nav .hs-menu-wrapper>ul>li>ul>li>ul{
  background:rgba(255, 255, 255, 1.0);
}

.header-nav .hs-menu-wrapper>ul>li>ul>li>a,
.header-nav .hs-menu-wrapper >ul >li>ul>li>ul>li>a{
  color: rgba(56, 57, 58, 1.0);
}

.header-nav .hs-menu-wrapper>ul>li>ul>li:hover>a{
  color: rgba(238, 118, 0, 1.0);
}

header.header.sticky{
  background: rgba(255, 255, 255, 1.0);
}
.sticky .header-nav .hs-menu-wrapper>ul>li>a{
  color: rgba(56, 57, 58, 1.0);
}

.sticky .header-nav .hs-menu-wrapper>ul>li:hover>a {
  color: rgba(238, 118, 0, 1.0);
}

.sticky .header-nav .hs-menu-wrapper>ul>li:after, 
.sticky .header-nav .hs-menu-wrapper>ul>li>a:after, 
.sticky .header-nav .hs-menu-wrapper>ul>li>a:before{
  background: rgba(56, 57, 58, 1.0);
}









footer.footer{
  background-color: rgba(255, 255, 255, 1.0);
}
.footer-newsletter-text h5,.footer-contact h5{
  color: rgba(95, 97, 95, 1.0);
}
.footer-nav-menu ul>li>a{
  color: rgba(95, 97, 95, 1.0);
}
.footer-nav-menu ul>li>a:hover{
  color: rgba(186, 200, 20, 1.0);
}

.footer-button a{
  background-color: rgba(238, 118, 0, 1.0);
  color:rgba(255, 255, 255, 1.0);
}

.footer-button a:hover{
  background-color: rgba(242, 141, 41, 1.0);
  color:rgba(255, 255, 255, 1.0);
}

.footer-copyright p{
  color: rgba(56, 57, 58, 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: ;
}


.footer__container,
.dnd-section > .row-fluid,
.pagecenter,
.content-wrapper {
  margin: 0 auto;
  max-width: 1350px;
  width:92%;
}

.header-inner.pagecenter{
  max-width: 2500px;
}

@media screen and (max-width: 470px){
  .header__container,
  .footer__container,
  .dnd-section > .row-fluid,
  .pagecenter,
  .content-wrapper {

  }
}