







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

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

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

    padding-top: 80px;
    padding-bottom: 80px;
  }
  .hs-blog-listing .dnd-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}





body {
  font-size: 16px;
  font-weight: 400;
  font-family: gothamlight;
  color: rgba(118, 135, 142, 1.0);
}


p{
  color: rgba(118, 135, 142, 1.0);
  font-size: 16px;
}


/* Anchors */

a {
  color: rgba(220, 88, 42, 1.0);
}

a:hover,
a:active {
  color: rgba(233, 168, 142, 1.0);
}

/* Headings */

h1, h2, h3, h4, h5, h6{
  font-family: gothamblack;
  color: rgba(51, 63, 72, 1.0);
}

h1 {
  font-size: 60px;
  font-weight: 700;
}

h2 {
  font-size: 40px;
  font-weight: 700;
}

h3 {
  font-size: 38px;
  font-weight: 700;
}

h4 {
  font-size: 30px;
  font-weight: 700;
}

h5 {
  font-size: 28px;
  font-weight: 300;
}

h6 {
  font-size: 20px;
  font-weight: 700;
}

/* Blockquote */

blockquote {
  border-left-color:  rgba(51, 63, 72, 1.0);
}










/* Form title */

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

/* Form label */

.hs-form label {
  color: rgba(51, 63, 72, 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(239, 242, 243, 1.0);
  border-radius: 0px;
}

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(118, 135, 142, 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: ; */
}

/* Date picker */

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

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

.fn-date-picker td.is-today .pika-button {
  color: {color=#76878e, opacity=100, rgba=rgba(118, 135, 142, 1), rgb=rgb(118, 135, 142), hex=#76878e, css=#76878e};
}

/* Submit button */

form input[type=submit],
form .hs-button,
button,
.button {
  background-color: rgba(220, 88, 42, 1.0);
  border-color: rgba(82, 123, 187, 0.0);
  border-width: 0px;
  border-radius: 0px;
  color: rgba(255, 255, 255, 1.0);
  padding-left: 25px;
  padding-right: 25px;
  padding-top: 16px;
  padding-bottom: 16px;
  border-style:solid;
}

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(233, 168, 142, 1.0);
  border-color: rgba(82, 123, 187, 0.0);
  color: rgba(255, 255, 255, 1.0);
}

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

button:active,
.button:active{
  background-color: rgba(233, 168, 142, 1.0);
  border-color: rgba(82, 123, 187, 0.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);
}






.desktop-menu{
  background-color: rgba(51, 63, 72, 1.0);
}

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

.nav-primary .hs-menu-wrapper>ul>li>a:hover{
  color: rgba(255, 255, 255, 1.0);
}
.desktop-contact-btn a{
  background-color: rgba(220, 88, 42, 1.0);
  color: rgba(255, 255, 255, 1.0);
}

.desktop-contact-btn a:hover{
  background-color: rgba(233, 168, 142, 1.0);
  color: rgba(255, 255, 255, 1.0);
}
.nav-primary .hs-menu-wrapper>ul>li>ul{
  background-color: rgba(255, 255, 255, 1.0);
}

.nav-primary .hs-menu-wrapper>ul>li>ul>li>a{
  background-color: rgba(255, 255, 255, 0.0);
  color: rgba(118, 135, 142, 1.0);
}

.nav-primary .hs-menu-wrapper>ul>li>ul>li:hover>a{
  background-color: rgba(239, 242, 243, 1.0);
  color: rgba(118, 135, 142, 1.0);
}









footer{
  background-color: rgba(51, 63, 72, 1.0);
}

.menu-footer-menu-container ul li a,.footer__meta--label a,
.footer-socmed ul li a{
  color: rgba(255, 255, 255, 1.0);
}
.footer__meta--label a:hover{
  color: rgba(255, 255, 255, 1.0);
}
.menu-footer-menu-container ul li a:hover,
.footer-socmed ul li a:hover{
  color: rgba(220, 88, 42, 1.0);
}

.btn a,
.footer-socmed>a{
  background-color: rgba(220, 88, 42, 1.0);
  color: rgba(255, 255, 255, 1.0);
}


.btn a:hover,
.footer-socmed>a:hover{
  background-color: rgba(233, 168, 142, 1.0);
  color: rgba(255, 255, 255, 1.0);
}

h5.footer__headline, h5.footer__headlinee{
  color: rgba(220, 88, 42, 1.0);
}
.bottom-menu-sec{
  background-color: rgba(23, 28, 32, 1.0);
}

.footer-copyright{
  color: rgba(255, 255, 255, 1.0);
}
.footer-btm-left ul li a:hover{
  color: rgba(255, 255, 255, 0.8);
}
.footer-btm-left ul li a{
  color: rgba(255, 255, 255, 1.0);
}










.blog-post{
  background-color: rgba(#f, 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: ;
}


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