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































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

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

.body-container__homepage .dnd-section:nth-child(odd) {
  background-color: #aa9c6b;
}
.page-center,
.container,
body header .container{
  max-width: 1200px;
}




body {
  color: rgba(36, 36, 36, 1.0);
  font-family: mr-eaves-modern;
  font-weight: 300;
  font-size:  calc((1.3 - 1) * 1.2vw + 1rem);
}

@media(min-width: 1944px){
  body{
    font-size:  calc( 1.3 * 1rem);
}
}

a {
  color: rgba(170, 156, 107, 1.0);
}

a:hover,
a:focus {
  color: rgba(170, 156, 107, 1.0);
}

a:active {
  color: rgba(210, 196, 147, 1.0);
}

h1 {
  color: rgba(170, 156, 107, 1.0);
  font-family: alternate-gothic-no-3-d;
  font-size: 3.4rem;
  font-weight: 400;
}



h2 {
  color: rgba(50, 51, 49, 1.0);
  font-family: alternate-gothic-no-3-d;
  font-size: 2.7rem;
  font-weight: 400;
}



h3 {
  color: rgba(50, 51, 49, 1.0);
  font-family: alternate-gothic-no-3-d;
  font-size: 2.5rem;
  font-weight: 400;
}


h4 {
  color: rgba(170, 156, 107, 1.0);
  font-family: mr-eaves-modern;
  font-size: 2rem;
  font-weight: 400;
}


h5 {
  color: rgba(50, 51, 49, 1.0);
  font-family: mr-eaves-modern;
  font-size: 1.5rem;
  font-weight: 100;
}

h6 {
  color: rgba(50, 51, 49, 1.0);
  font-family: mr-eaves-modern;
  font-size: 1.3rem;
  font-weight: 400;
}

blockquote {
  border-left: 10px solid #aa9c6b;;
}





form,
.submitted-message {
  font-family: mr-eaves-modern;
  background-color: rgba(255, 255, 255, 1.0);
}

h3.form-title {
  background-color: rgba(255, 255, 255, 1.0);
  color: rgba(37, 53, 94, 1.0);
}

.hs-button,
.button--primary {
  background-color: rgba(170, 156, 107, 0.0);
  border-color: rgba(170, 156, 107, 1.0);
  border-radius: 0px;
  border-width: 2px;
  color: rgba(170, 156, 107, 1.0);
  padding-left: 1.67rem;
  padding-right: 1.67rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.hs-button:hover,
.hs-button:focus,
.button--primary:hover,
.button--primary:focus {
  background-color: rgba(170, 156, 107, 1.0);
  border-color: rgba(170, 156, 107, 1.0);
  color: rgba(255, 255, 255, 1.0);
}

.hs-button:active,
.button--primary:active {
  background-color: rgba(210, 196, 147, 0.0);
  border-color: rgba(210, 196, 147, 1.0);
  color: rgba(170, 156, 107, 1.0);
}

.hs-form label {
  color: rgba(28, 50, 85, 1.0);
}

.hs-form legend {
  color: rgba(28, 50, 85, 1.0);
}


form select,
form textarea,
.hs-input,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
input[type="file"],
textarea,
select {
  background-color: rgba(255, 255, 255, 1.0);
  border-color: rgba(203, 214, 226, 1.0);
  color: rgba(#null, 0.0);
  border-radius: 3px;
}

form input:focus,
form select:focus,
form textarea:focus,
.hs-input:focus {
  border-color: rgba(204, 204, 204, 1.0);
}

.fn-date-picker .pika-table thead th {
  color: rgba(255, 255, 255, 0.0);
}

.hs-input:-moz-placeholder,
.hs-input::-webkit-input-placeholder,
.hs-field-desc,
.hs-dateinput:before,
.hs-richtext {
  color: {color=#242424, opacity=100, rgba=rgba(36, 36, 36, 1), rgb=rgb(36, 36, 36), hex=#242424, css=#242424};
}

.hs-richtext {
  font-size: 1;
}

.hs-default-font-element,
.hs-main-font-element {
  font-family: mr-eaves-modern;
}

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

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

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





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

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

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

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





header,
body.scroll-body.nav-down header.header{
  background-color: rgba(50, 51, 49, 1.0);
}

.header__container {
  
}



.header-login > ul > li > a {
  color: rgba(255, 255, 255, 1.0);
}

.header-login > ul > li > a:hover {
  color: rgba(255, 255, 255, 1.0);
}



body .custom-menu-primary a,
.header__logo .logo-company-name,
.header__language-switcher-label-current,
.header__language-switcher .lang_list_class li a,
header .header-menu .header_gnav>li>a, header .header-menu .header_gnav>li>span,
.navigation-primary .submenu.level-1>li>a,
header .navigation-primary .submenu.level-1>li>a{
  color: rgba(255, 255, 255, 1.0);
}


body .custom-menu-primary .submenu.level-1 > li > a:hover,
body .custom-menu-primary .submenu.level-1 > li:focus > a,
.header__language-switcher-label-current:hover,
.header__language-switcher-label-current:focus,
.header__language-switcher .lang_list_class li:hover a,
.header__language-switcher .lang_list_class li a:focus,
header .header-menu .header_gnav>li>a:hover, header .header-menu .header_gnav>li>span:hover{
  color: rgba(255, 255, 255, 1.0);
}

body .custom-menu-primary a.active-branch,
body .header__language-switcher-label-current:active,
body .header__language-switcher .lang_list_class li a:active,
header .header-menu .header_gnav>li>a.active-item,
header .header-menu .header_gnav>li>a.active-branch,
header .header-menu .header_gnav>li>span.active-item{
  color: rgba(255, 255, 255, 1.0);
}
body .custom-menu-primary .submenu.level-1 > li.active-branch,
body .header__language-switcher-label-current:active,
body .header__language-switcher .lang_list_class li:active,
header .header-menu .header_gnav>li>a.active-item,
header .header-menu .header_gnav>li>a.active-branch,
header .header-menu .header_gnav>li>span.active-item{
  background-color: rgba(255, 255, 255, 0.0);
}

body .custom-menu-primary .submenu.level-1 > li:hover,
body .custom-menu-primary .submenu.level-1 > li:focus,
header .header-menu .header_gnav>li:hover>a{
  background-color: rgba(255, 255, 255, 0.0);
}
body .custom-menu-primary .submenu.level-1 > li > a.active-branch,
header .header-menu .header_gnav>li>a.active-item{
  color: rgba(255, 255, 255, 1.0);
}

body .custom-menu-primary .submenu.level-1 > li > a.active-branch:after {
  background-color: rgba(255, 255, 255, 1.0);
}
body .custom-menu-primary .submenu.level-2 > li > a ,
header .header-menu .header_gnav .header_snav a{
  color: rgba(255, 255, 255, 1.0);
}



body .custom-menu-primary .submenu.level-2 .menu-item .menu-link:hover,
body .custom-menu-primary .submenu.level-2 .menu-item .menu-link:focus,
body .header__language-switcher .lang_list_class li:hover,
body .custom-menu-primary .submenu.level-2 .triangle-container.level-2.hover .triangle,
header .header-menu .header_gnav .header_snav a:hover{
  background-color: rgba(50, 51, 49, 0.0);
  color: rgba(255, 255, 255, 1.0);
}
body .custom-menu-primary .submenu.level-2 .menu-item .menu-link.active-branch,
header .header-menu .header_gnav .header_snav a.active-branch,
header .header-menu .header_gnav .header_snav a.active-item{
  background-color: rgba(255, 255, 255, 0.0);
  color: rgba(255, 255, 255, 0.0);
}

.header__language-switcher-label-current,
.header__language-switcher .lang_list_class li a {
  font-family: mr-eaves-modern;
}
header .header-menu .header_gnav,
header .header-menu .header_gnav .header_snav{
  border-top-color:  rgba(#null, 0.0);
}


body .header .submenu.level-1 > li.menu-item >a.menu-link.active-item,
body .header .submenu.level-1 > li.menu-item >a.menu-link.active-branch{
  background-color: rgba(255, 255, 255, 0.0);
  color: rgba(255, 255, 255, 1.0);
}
body .header .submenu.level-2 > li.menu-item >a.menu-link.active-item,
body .header .submenu.level-2 > li.menu-item >a.menu-link.active-branch{
  background-color: rgba(255, 255, 255, 0.0);
  color: rgba(255, 255, 255, 0.0);
}

body .custom-menu-primary .submenu.level-2{
  background-color: rgba(36, 36, 36, 1.0); 
}

body .header_button a.button_contact_us{
  background-color: rgba(36, 36, 36, 0.0); 
  color: rgba(170, 156, 107, 1.0);
  border-color: rgba(170, 156, 107, 1.0);
}

body .header_button a.button_contact_us:hover{
  background-color: rgba(170, 156, 107, 1.0); 
  color: rgba(255, 255, 255, 1.0);
  border-color: rgba(170, 156, 107, 1.0);
}






.footer__container {
  max-width: 1200px;
}

footer.footer,
footer .section-background{
  background-color: rgba(36, 36, 36, 1.0);
}

footer .copyright p:last-child {
  color: rgba(255, 255, 255, 1.0);
}

.brand_name>span{
  color: rgba(170, 156, 107, 1.0);
}

footer .copyright p:first-child,
footer .privacy p,
footer .col2_title p,
footer .privacy ul>li:nth-child(2){
  color: rgba(255, 255, 255, 1.0);
}

footer .col2_title h2{
  color: rgba(255, 255, 255, 1.0);
}

footer .privacy ul>li>a{
  color: rgba(170, 156, 107, 1.0);
  background-image: linear-gradient(to right,rgba(170, 156, 107, 1.0) 100%,rgba(170, 156, 107, 1.0) 0);
}

footer .privacy ul>li>a:hover{
  color: rgba(170, 156, 107, 1.0);
  background-image: linear-gradient(to right,rgba(170, 156, 107, 1.0) 100%,rgba(170, 156, 107, 1.0) 0);

}

footer .footer_form input.hs-input{
  background-color: rgba(255, 255, 255, 1.0);
  color: rgba(0, 0, 0, 1.0);
  border-color: rgba(255, 255, 255, 1.0);
}

footer .footer_form input.hs-button.primary.large{
  background-color: rgba(170, 156, 107, 0.0);
  color: rgba(170, 156, 107, 1.0);
  border-color: rgba(170, 156, 107, 1.0);
}

footer .footer_form input.hs-button.primary.large:hover{
  background-color: rgba(170, 156, 107, 1.0);
  color: rgba(255, 255, 255, 1.0);
  border-color: rgba(170, 156, 107, 1.0);
}
body .footer_form .hs-form-field .hs-input:focus {
  outline-color: rgba(170, 156, 107, 1.0);
  color: rgba(0, 0, 0, 1.0);
}

.sqs-svg-icon--list use.sqs-use--icon{
  fill: rgba(255, 255, 255, 1.0);
}
.sqs-svg-icon--list use.sqs-use--icon:hover{
  fill: rgba(255, 255, 255, 0.8);
}





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

.blog-post__date {
  border-color: {color=#242424, opacity=100, rgba=rgba(36, 36, 36, 1), rgb=rgb(36, 36, 36), hex=#242424, css=#242424};
}

.blog-tag-filter__menu-link,
.blog-post__tag-link,
.blog-card__tag-link,
.blog-post__author-name,
.blog-card__title a {
  color: {color=#242424, opacity=100, rgba=rgba(36, 36, 36, 1), rgb=rgb(36, 36, 36), hex=#242424, css=#242424};
}

.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: {color=#242424, opacity=100, rgba=rgba(36, 36, 36, 1), rgb=rgb(36, 36, 36), hex=#242424, css=#242424};
}

.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: {color=#242424, opacity=100, rgba=rgba(36, 36, 36, 1), rgb=rgb(36, 36, 36), hex=#242424, css=#242424};
}

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

.blog-pagination__link {
  color: {color=#242424, opacity=100, rgba=rgba(36, 36, 36, 1), rgb=rgb(36, 36, 36), hex=#242424, css=#242424};
}

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

.blog-post__title {
  color: {color=#323331, opacity=100, rgba=rgba(50, 51, 49, 1), rgb=rgb(50, 51, 49), hex=#323331, css=#323331};
  font-family:alternate-gothic-no-3-d;
  font-size: 2.7px;
  font-weight: ;
}

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

#comments-listing .comment-reply-to {
  color: rgba(#null, 0.0);
}

#comments-listing .comment-reply-to:hover,
#comments-listing .comment-reply-to:focus {
  color: rgba(#null, 0.0);
}

#comments-listing .comment-reply-to:active {
  color: rgba(#null, 0.0);
}

/*             Blog Grid Listing and Post styles            */

.blog-header {
  background-color: rgb(245, 245, 245);
}

.hs-blog-listing,
.hs-blog-post {
  background-color: #fff;
}

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

.blog-post__tag-link:hover{
  color: #aa9c6b;
}

.blog-post__read-more svg {
  fill: {color=#242424, opacity=100, rgba=rgba(36, 36, 36, 1), rgb=rgb(36, 36, 36), hex=#242424, css=#242424};
}

.blog-post__read-more a:hover svg {
  fill: #aa9c6b;
}

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

.blog-sidebar a {
  color: {color=#242424, opacity=100, rgba=rgba(36, 36, 36, 1), rgb=rgb(36, 36, 36), hex=#242424, css=#242424};
}

.blog-sidebar a:hover {
  color: #aa9c6b;
}

.blog__subscription-block {
  background-color: rgb(245, 245, 245);
}

.post-featured-image {
  max-height: 600px;
}



.blog-post__meta a {
  color: {color=#242424, opacity=100, rgba=rgba(36, 36, 36, 1), rgb=rgb(36, 36, 36), hex=#242424, css=#242424};
}

.blog-post__body, .blog-post__tags a {
  color: {color=#242424, opacity=100, rgba=rgba(36, 36, 36, 1), rgb=rgb(36, 36, 36), hex=#242424, css=#242424};
}

.blog-post__meta a:hover {
  color: #aa9c6b
}

.blog-post__links {
  border-top:  2px solid rgb(150, 136, 87);
}

.blog-post__back-to-blog {
  color: {color=#242424, opacity=100, rgba=rgba(36, 36, 36, 1), rgb=rgb(36, 36, 36), hex=#242424, css=#242424};
}

.blog-post__back-to-blog:hover {
  color: #aa9c6b;
}

.blog-post__back-to-blog svg {
  fill: {color=#242424, opacity=100, rgba=rgba(36, 36, 36, 1), rgb=rgb(36, 36, 36), hex=#242424, css=#242424};
}

a.blog-post__back-to-blog:hover svg {
  fill: #aa9c6b;
}



.comment.depth-1 {
  border-left: 2px solid rgb(150, 136, 87);
}

.section.post-footer .hs-input {
  border-color: rgb(150, 136, 87);
}

.blog-recent-posts {
  background-color: rgb(245, 245, 245);
}








 


body .icon svg {
  fill: #242424;
}

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

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

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

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

.page-center {
  max-width: 1200px;

}









.body-container__website .dnd-section:nth-child(odd) {
  background-color: {typography=, tables=, buttons=, spacing=, footer=, global_colors=, blog_settings=, header=, forms=}
}