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
















/*  MOBILE (≤ 768 px)  ─────────────────────────────────────── */

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

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

.body-container__homepage .dnd-section:nth-child(odd) {
  background-color: #666666;
}





html {
  font-size: 18;
}

body {
  color: #666666;
  font-family: Lato,sans-serif;
  font-size: 18px;
  font-weight: 400;
  overflow-x: hidden;
}

a {
  color: rgba(107, 26, 35, 1.0);
}

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

a:active {
  color: rgba(107, 26, 35, 1.0);
}

h1 {
  color: #4f4f4f;
  font-family: Lato,sans-serif;
  font-size: 20px;
  font-weight: 700;
}

h2 {
  color: #4f4f4f;
  font-family: Lato,sans-serif;
  font-size: 2rem;
  font-weight: 600;
}

h3 {
  color: #333333;
  font-family: Lato,sans-serif;
  font-size: 25px;
  font-weight: 400;
}

h4 {
  color: #6b1a23;
  font-family: Lato,sans-serif;
  font-size: 28px;
  font-weight: 600;
}

h5 {
  color: #333333;
  font-family: Lato,sans-serif;
  font-size: 18px;
  font-weight: 800;
}

h6 {
  color: #333333;
  font-family: Lato,sans-serif;
  font-size: 14px;
  font-weight: 400;
}

blockquote {
  border-color: #666666;;
}

@media (max-width: 768px) {
  h1 {
    font-size: 38px;
    line-height: 40px;
  }
}

@media (max-width: 480px) {
  h1 {
    font-size: 35px;
    line-height: 38px;
  }
}




form,
.submitted-message {
  border-color: rgba(#null, 0.0) ;
  font-family: Lato,sans-serif;
}

h3.form-title {
  background-color: rgba(#null, 0.0);
  color: rgba(51, 51, 51, 1.0);
}

.hs-button.primary,
input[type="submit"],
input[type="button"] {
  background-color: rgba(255, 255, 255, 1.0);
  border-color: rgba(204, 204, 204, 1.0);
  border-radius: 4px;
  border-width: 1px;
  color: rgba(68, 68, 68, 1.0);
  padding-left: 11px;
  padding-right: 11px;
  padding-top: 6px;
  padding-bottom: 6px;
}

.hs-button.primary:hover,
input[type="submit"]:hover,
input[type="button"]:hover {
  background-color: rgba(239, 239, 239, 1.0);
  border-color: rgba(204, 204, 204, 1.0);
  color: rgba(68, 68, 68, 1.0);
}

.hs-button:active,
.button--primary:active {
  background-color: rgba(255, 255, 255, 1.0);
  border-color: rgba(244, 244, 244, 1.0);
  color: rgba(68, 68, 68, 1.0);
}

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

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

.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 {
  border-width: 1px;
  border-color: rgba(204, 204, 204, 1.0);
  color: rgba(85, 85, 85, 1.0);
  border-radius: 0px;        
  background-color: rgba(255, 255, 255, 1.0);
}

.hs-input:focus,
input[type="text"]:focus,
input[type="password"]:focus, 
input[type="datetime"]:focus, 
input[type="datetime-local"]:focus, 
input[type="date"]:focus, 
input[type="month"]:focus, 
input[type="time"]:focus, 
input[type="week"]:focus, 
input[type="number"]:focus, 
input[type="email"]:focus, 
input[type="url"]:focus, 
input[type="search"]:focus, 
input[type="tel"]:focus, 
input[type="color"]:focus,
input[type="file"]:focus,
textarea:focus,
select:focus {
  border-color: rgba(102, 175, 233, 1.0);
  background-color: rgba(255, 255, 255, 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: #666666;
}

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

.hs-default-font-element,
.hs-main-font-element {
  font-family: Lato,sans-serif;
}

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

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

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

.hs-error-msgs label {
  color: #B94A48;
}




/*Hide table styling*/
th,
td {
  background-color: rgba(255, 255, 255, 1.0);
  border: 1px solid rgba(102, 102, 102, 1.0);
  color: rgba(102, 102, 102, 1.0);
}

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

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

table,
tbody + tbody {
  border-color: rgba(102, 102, 102, 1.0);
}
/*Hide table styling*/




.custom-header {
  background-color: rgba(230, 231, 232, 1.0);
}

.scroll-header .custom-header {
  background-color: rgba(255, 255, 255, 1.0);
  border-color: rgba(225, 225, 225, 1.0);
}

.header__container {
  max-width: 1330px;
}

body .custom-menu-primary a,
.header__logo .logo-company-name,
.header__language-switcher-label-current,
.header__language-switcher .lang_list_class li a {
  color: rgba(107, 26, 35, 1.0);
}

body .custom-menu-primary ul.submenu.level-1 > li > a {
  border-color: rgba(#null, 0.0);
  background-color: rgba(255, 255, 255, 0.0);
}

body .custom-menu-primary ul.submenu.level-1 > li > a:hover {
  color: rgba(0, 0, 0, 1.0);
  border-color: rgba(#null, 0.0);
  background-color: rgba(255, 255, 255, 0.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 {
  color: rgba(107, 26, 35, 1.0);
}

body .custom-menu-primary .navigation-primary > ul > li.active-branch > a,
body .custom-menu-primary .navigation-primary > ul > li > a.active-branch,
body .header__language-switcher-label-current:active,
body .header__language-switcher .lang_list_class li:active {
  background-color: rgba(255, 255, 255, 0.0);
}

body .custom-menu-primary .navigation-primary > ul > li.active-branch > a,
body .custom-menu-primary .navigation-primary > ul > li > a.active-branch { 
  color: rgba(107, 26, 35, 1.0);
}

body .custom-main-menu .navigation-primary > ul ul {
  background-color: rgba(244, 244, 244, 1.0);
}

body .custom-menu-primary ul.submenu.level-2 li a {
  border-color: rgba(197, 188, 172, 1.0);
  color: rgba(107, 26, 35, 1.0);
}

body .custom-menu-primary .submenu.level-2 .triangle-container .triangle {
  background-color: rgba(#null, 0.0);
}

.header__language-switcher-label-current,
.header__language-switcher .lang_list_class li a {
  font-family: Lato;
}

.header__language-switcher-label-current:after {
  border-top-color: rgba(107, 26, 35, 1.0);
}

body .custom-menu-primary ul.submenu.level-2 li a: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 {
  color: rgba(0, 0, 0, 1.0);
  border-color: rgba(#null, 0.0);
  background-color: rgba(255, 255, 255, 0.0);
}

body .custom-menu-primary .submenu.level-2 li.active-branch > a,
body .custom-menu-primary .submenu.level-2 li > a.active-branch {
  color: rgba(107, 26, 35, 1.0);
  background-color: rgba(255, 255, 255, 0.0);
}

body .custom-search-opener {
  color: rgba(51, 51, 51, 1.0);
  border-left-color: rgba(225, 225, 225, 1.0);
}

body .custom-search-opener:hover {
  color: rgba(107, 26, 35, 1.0);
  background-color: rgba(255, 255, 255, 1.0);
}

body .custom-search-cover {
  background-color: rgba(51, 51, 51, 1.0);
}

body .custom-search-cover input[type="text"],
body .custom-search-cover input[type="text"]:focus {
  color: rgba(255, 255, 255, 1.0);
}

body .custom-search-cover .custom-search-close a {
  color: rgba(255, 255, 255, 1.0);
}

body .custom-search-cover .custom-search-close a:hover {
  color: rgba(107, 26, 35, 1.0);
}

@media(max-width: 767px) {
  .header__navigation {
    background-color: rgba(230, 231, 232, 1.0);
  }

  .header__navigation-toggle svg,
  .menu-arrow svg {
    fill: rgba(107, 26, 35, 1.0);
  }
}





.footer {
  color: rgba(255, 255, 255, 1.0);
  background-color: rgba(51, 51, 51, 1.0);
}

.footer__container {
  max-width: 1330px;
}

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

.footer a:hover {
  color: rgba(255, 255, 255, 1.0);
}

.custom-footer-top-holder h6 {
  color: rgba(255, 255, 255, 1.0);
}

.custom-footer-top-holder .address {
  border-bottom-color: rgba(73, 73, 73, 1.0);
}

footer .custom-footer-bottom-holder {
  background-color: rgba(42, 43, 43, 1.0);
}

body .footer-social-icons-inner .custom-icon-shortcode .custom-icon-element {
  color: rgba(255, 255, 255, 1.0);
}

body .footer-social-icons-inner .custom-icon-shortcode a:hover .custom-icon-element {
  color: rgba(255, 255, 255, 1.0);
}




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

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

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

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

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

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

.blog-pagination__link {
  color: #666666;
}

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

.blog-post__title {
  color: #4f4f4f;
  font-family:Lato;
  font-size: 2px;
  font-weight: ;
}

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

#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            */

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

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

.blog-post__tag-link:hover{
  color: rgba(0, 0, 0, 1.0);
}

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

.blog-post__read-more a:hover svg {
  fill: rgba(0, 0, 0, 1.0);
}

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

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

.blog-sidebar a:hover {
  color: rgba(0, 0, 0, 1.0);
}

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

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

.blog-post__meta a {
  color: #666666;
}

.blog-post__body, .blog-post__tags a {
  color: #666666;
}

.blog-post__meta a:hover {
  color: rgba(0, 0, 0, 1.0);
}

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

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

.blog-post__back-to-blog:hover {
  color: rgba(0, 0, 0, 1.0);
}

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

a.blog-post__back-to-blog:hover svg {
  fill: rgba(0, 0, 0, 1.0);
}

.comment.depth-0,
.blog-comments form {
  border-color: rgb(82, 82, 82);
}

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


body .blog-index__post-inner-card .blog-index__post-content {
  color: rgba(102, 102, 102, 1.0);
}

body .blog-post__body {
  color: rgba(102, 102, 102, 1.0);
}










body .icon svg {
  fill: #666666;
}

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

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

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

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

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




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


@media (max-width: 1399px) {
  .dnd-section > .row-fluid,
  .footer__container,
  .page-center,
  .header__container,
  .content-wrapper {
    max-width: 1130.5px;
  }
}


@media (max-width: 1200px) {
  .dnd-section > .row-fluid,
  .footer__container,
  .page-center,
  .header__container,
  .content-wrapper {
    max-width: 980.21px;
  }
}


@media (max-width: 1024px) {
  .dnd-section > .row-fluid,
  .footer__container,
  .page-center,
  .header__container,
  .content-wrapper {
    max-width: 768px;
  }
  
  .dnd-section > .row-fluid {
    max-width: 798px;
  }
}


@media (max-width: 768px) {
  .dnd-section > .row-fluid,
  .footer__container,
  .page-center,
  .header__container,
  .content-wrapper {
    max-width: 600px;
  }
  
  .dnd-section > .row-fluid {
    max-width: 630px;
  }
}


@media (max-width: 600px) {
  .dnd-section > .row-fluid,
  .footer__container,
  .page-center,
  .header__container,
  .content-wrapper {
    max-width: 420px;
  }
  
  .dnd-section > .row-fluid {
    max-width: 450px;
  }
}


@media (max-width: 480px) {
  .dnd-section > .row-fluid,
  .footer__container,
  .page-center,
  .header__container,
  .content-wrapper {
    max-width: 300px;
  }
}


@media (max-width: 320px) {
  .dnd-section > .row-fluid,
  .footer__container,
  .page-center,
  .header__container,
  .content-wrapper {
    max-width: 95%;
  }
}