/* ******************************************************************************
*********************************************************************************
Use this file to override any of the CSS styles preset in the themed
stylesheets or you can add your own custom styles.
*********************************************************************************
****************************************************************************** */

/* Test */























































.container--xl {
  margin: 0 auto;
}
.container--xl,
.dnd-section > .row-fluid {
  max-width: 1300px;
}

.dnd-section {
  padding-bottom: 50px;
  padding-top: 50px;
}

.body-container__homepage .dnd-section:nth-child(odd) {
  background-color: #F8FAFC;
}
.page-center {
  max-width: 1300px;
}




html {
  font-size: 18;
}

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

p {
  font-size: 18px;

}

a {
  color: rgba(120, 47, 64, 1.0);
}

a:hover {
  color: rgba(120, 47, 64, 1.0);
  text-decoration: underline;
}


h1,.h1 {
  color: rgba(0, 0, 0, 1.0);
  font-family: serif;
  font-size: 37px;
  font-weight: 300;
}

h2 {
  color: #000;
  font-family: Open Sans;
  font-size: 31px;
  font-weight: 300;
}


h3 {
  color: #000;
  font-family: Open Sans;
  font-size: 24px;
  font-weight: 400;
}



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



h5 {
  color: #000;
  font-family: Open Sans;
  font-size: 17px;
  font-weight: 400;
}

h6 {
  color:  #000000;
  font-family: Open Sans;
  font-size: 16px;
  font-weight: 400;
}







form,
.submitted-message {
  font-family: Open Sans;
}

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

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

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

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

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

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(215, 215, 215, 1.0);
  border-radius: 0px;
}



input[type=text]:focus,
input[type=password]:focus,
form select:focus,
form textarea:focus,
.hs-input:focus {
  border-color: rgba(228, 185, 112, 1.0);
}





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

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

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

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




.top-bar{
  background-color: rgba(0, 0, 0, 0.8);
  color: rgba(255, 255, 255, 1.0);
}
.top-bar a {
  color:  rgba(214, 171, 96, 1.0);
}
.top-bar a:hover {
  color: rgba(214, 171, 96, 1.0);
}
.top-bar span.edgtf-icon-shortcode.normal i{
  color: rgba(214, 171, 96, 1.0);
}
.top-bar span.edgtf-icon-shortcode.normal i:hover{
  color: rgba(255, 255, 255, 1.0);
}
.normal-header {
  background-color: rgba(0, 0, 0, 0.6);
}
.top-right-item:not(:last-child) .widget-type-rich_text:after{
    border-right-color: rgba(83, 83, 83, 1.0);
}
.header__container {
  max-width: 1300px;
}

.custom-menu-primary .hs-menu-wrapper ul li a{
  color: rgba(255, 255, 255, 1.0);
}
.custom-menu-primary .hs-menu-wrapper ul li.active-branch > a,
.normal-header.sticky .custom-menu-primary .hs-menu-wrapper ul li.active-branch > a {
  color: rgba(214, 171, 96, 1.0);
  background-color: rgba(194, 255, 0, 0.0);
}

.custom-menu-primary .hs-menu-wrapper ul li:hover> a {
  color: rgba(214, 171, 96, 1.0);
  background-color: rgba(194, 255, 0, 0.0);
}
.custom-menu-primary .hs-menu-wrapper >ul>li:not(:last-child):after{
  border-right-color:  rgba(255, 255, 255, 0.65);
}
.custom-menu-primary .hs-menu-wrapper ul ul {
  background-color: rgba(0, 0, 0, 0.86);
}

.custom-menu-primary .hs-menu-wrapper >ul>li ul li a {
  color: rgba(255, 255, 255, 1.0);
}
.custom-menu-primary .hs-menu-wrapper>ul>li ul li a span:after{
  border-bottom-color: rgba(214, 171, 96, 1.0);
}
.custom-menu-primary .hs-menu-wrapper >ul>li ul li a:hover {
  background-color: rgba(191, 227, 125, 0.0);
  color: rgba(255, 255, 255, 1.0);
  text-decoration: none;
}

.custom-menu-primary .hs-menu-wrapper >ul>li ul li.active-branch > a,
.normal-header.sticky .custom-menu-primary .hs-menu-wrapper >ul>li ul li.active-branch > a{
  background-color: rgba(255, 255, 255, 0.0);
  color: rgba(255, 255, 255, 1.0);
}
.normal-header.sticky{
  background-color: rgba(255, 255, 255, 1.0);
}
.normal-header.sticky .custom-menu-primary .hs-menu-wrapper>ul>li>a{
  color: rgba(49, 49, 49, 1.0);
}
.normal-header.sticky .custom-menu-primary .hs-menu-wrapper>ul>li>a:hover{
  color: rgba(214, 171, 96, 1.0);
}
.normal-header.sticky .custom-menu-primary .hs-menu-wrapper>ul>li:not(:last-child):after{
  border-right-color:rgba(214, 171, 96, 1.0);
}




.footer__container {
  max-width: 1300px;
}
footer.footer {
  background-image:url(//21783080.fs1.hubspotusercontent-na1.net/hubfs/21783080/Kraft_Custom_Construction_April2022/Images/Depositphotos_5447320_xl-2015.jpg);
}
.footer-bg{
  background-color: rgba(0, 0, 0, 0.5);
}
footer.footer a {
  color: rgba(214, 171, 96, 1.0);
}
footer.footer a:hover {
  color: rgba(214, 171, 96, 1.0);
}
footer.footer span.edgtf-icon-shortcode.normal i{
  color: rgba(231, 189, 116, 1.0);
}
footer.footer span.edgtf-icon-shortcode.normal i:hover{
  color: rgba(255, 255, 255, 1.0);
}
.footer-bottom{
  background-color: rgba(0, 0, 0, 1.0);
  color: rgba(133, 133, 133, 1.0);
}
.footer-bottom-right span.edgtf-icon-shortcode.normal a i{
  color: rgba(133, 133, 133, 1.0);
}
.footer-bottom-right span.edgtf-icon-shortcode.normal a i:hover{
  color: rgba(229, 188, 115, 1.0);
}




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

.blog-post__date {
  border-color: #000000;
}

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

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

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

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

.blog-pagination__link {
  color: #000000;
}

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

.blog-post__title {
  color: #000;
  font-family:Open Sans;
  font-size: 31px;
  font-weight: ;
}

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











body .icon svg {
  fill: #494a52;
}

body .tns-nav button.tns-nav-active {
  background-color: #494a52;
}

body .tns-nav button:hover,
body .tns-nav button:focus {
  background-color: #494a52;
}

body .social-links__icon {
  background-color: #494a52;
}

body .social-links__icon:hover svg,
body .social-links__icon:focus svg {
  fill: rgba(#null, 0.0);
}

body .social-links__icon:active svg {
  fill: rgba(#null, 0.0);
}

body .team-member__description {
  background-color: #F8FAFC;
}

.page-center {
  max-width: 1300px;
  margin: 0 auto;
}




.body-container__website .dnd-section:nth-child(odd) {
  background-color: {typography=, tables=, buttons=, spacing=, footer=, global_colors=, header=, forms=}
}
@media only screen and (max-width: 1400px){
  .container--xl,.content-wrapper ,.dnd-section > .row-fluid  {

    max-width: 1100px;
    max-width: 1099.999999995px;
  }
}
@media only screen and (max-width: 1200px){
  .container--xl,.content-wrapper,.dnd-section > .row-fluid  {

    max-width: 950px;
    max-width: 949.999999988px;
  }
}
@media only screen and (max-width: 1024px){
  .container--xl,.content-wrapper,.dnd-section > .row-fluid  {
    max-width: 768px;
    max-width: 767.999999988px;
  }
}
@media only screen and (max-width: 768px){
  .content-wrapper,.dnd-section > .row-fluid {
    max-width: 600px;
    max-width: 599.999999989px;
  }
}
@media only screen and (max-width: 600px){
  .content-wrapper ,.dnd-section > .row-fluid {
    max-width: 420px;
    max-width: 419.99999999100004px;
  }
}
@media only screen and (max-width: 480px){
  .container--xl,.content-wrapper,.dnd-section > .row-fluid  {
    max-width: 300px;
    max-width: 299.999999988px;
  }
}
@media only screen and (max-width: 320px){
  .container--xl,.content-wrapper,.dnd-section > .row-fluid {
    max-width: 95%;
  }
}