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

/* Test */















































.dnd-section > .row-fluid,
.page-center,
.content-wrapper {
  max-width: 1200px;
}

@media(min-width:769px){  
  .dnd-section > .row-fluid{
    max-width: calc(1200px + 30px); 
  }
}

.dnd-section {
  padding-bottom: 6.25em;
  padding-top: 6.25em;
}


@media only screen and (max-width: 989px) and (min-width: 768px){
  .dnd-section {
    padding-bottom: 5.25em;
    padding-top: 5.25em;
  } 
}

@media only screen and (max-width: 768px){
  .dnd-section {
    padding-bottom: 3.125em;
    padding-top: 3.125em;
  }
}


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





body {
  color: #444444;
  font-family: Lato;
  font-weight: 400;
  font-size: 16px;
}

p{
  font-family: Lato;
}

a { 
  color: rgba(240, 100, 31, 1.0);
  cursor: pointer; 
} 

a:hover,
a:focus {
  color: rgba(240, 100, 31, 1.0); 
}

a:active {
  color: rgba(255, 140, 71, 1.0);
}

h1 {
  color: rgba(68, 68, 68, 1.0);
  font-family: Montserrat;
  
  font-size: 3.052em;
  
  font-weight: 800;
}

@media(max-width: 768px) {
  h1{
    
    font-size: 2.0021120000000003em;
      
  }
}


h2 {
  color: rgba(68, 68, 68, 1.0);
  font-family: Montserrat; 
  
  font-size: 2.441em;
   
  font-weight: 700;
}

@media(max-width: 768px) {
  h2{
    
    font-size: 1.85516em;
      
  }
}

h3 {
  color: rgba(68, 68, 68, 1.0);
  font-family: Montserrat;
  
  font-size: 1.953em;
    
  font-weight: 700;
}




h4 {
  color: #444444;
  font-family: Montserrat;
  font-size: 28px;
  font-weight: 700;
}


h5 {
  color: rgba(68, 68, 68, 1.0);
  font-family: Montserrat;
  
  font-size: 1.25em;
     
  font-weight: 700;
}

h6 {
  color: rgba(68, 68, 68, 1.0);
  font-family: Montserrat;
  
  font-size: 1em;
      
  font-weight: 700;
}






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

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

.hs-button,
.button--primary { 
  background: linear-gradient (90deg, rgba(245,112,64,1)0%, rgba(245,149,57,1) 100%);
  border-color: rgba(0, 0, 0, 1.0);
  border-radius: 30px;
  border-width: 0px;
  color: rgba(255, 255, 255, 1.0);
  padding-left: 12px;
  padding-right: 12px;
  padding-top: 12px;
  padding-bottom: 12px;
}

.hs-button:hover,
.hs-button:focus,
.button--primary:hover,
.button--primary:focus {
  background: linear-gradient (90deg, rgba(245,112,64,1)0%, rgba(245,149,57,1) 100%);
  border-color: rgba(0, 0, 0, 1.0);
  color: rgba(255, 255, 255, 1.0);
}

.hs-button:active,
.button--primary:active {
  background: linear-gradient (90deg, rgba(245,112,64,1)0%, rgba(245,149,57,1) 100%);
  border-color: rgba(40, 40, 40, 1.0);
  color: rgba(255, 255, 255, 1.0);
}

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

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

form input,
form select,
form textarea,
.hs-input,
input#hs-pwd-widget-password {
  border-color: rgba(225, 225, 225, 1.0);
  color: ;
  border-radius: 0px;
}

form input:focus,
form select:focus,
form textarea:focus,
.hs-input:focus,
input#hs-pwd-widget-password:focus {
  border-color: rgba(240, 100, 31, 1.0); 
  -webkit-box-shadow: 0.3em 0em 0em 0em  rgba(240, 100, 31, 1.0) inset;
  box-shadow: 0.3em 0em 0em 0em  rgba(240, 100, 31, 1.0) inset;
}

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

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

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

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

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

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





th,
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(0, 0, 0, 1.0);
  color: rgba(255, 255, 255, 1.0);
}

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





.head_innr {
  background-color: rgba(255, 255, 255, 0.0);
}

.scroll_header .head_innr {
  background-color: rgba(255, 255, 255, 1.0);
}

.custom-menu-primary>div>ul>li>a{
  color : rgba(255, 255, 255, 1.0);
}

.scroll_header .custom-menu-primary>div>ul>li>a{
  color : rgba(68, 68, 68, 1.0);
}


.custom-menu-primary>div>ul>li:hover >a{
  color : rgba(240, 100, 31, 1.0);
  background-color : rgba(45, 45, 45, 0.86);
}  

body:not(.scroll_header) .custom-menu-primary>div>ul>li.active-branch > a{
  background-color : rgba(255, 255, 255, 0.0);
  color : rgba(255, 255, 255, 1.0);
}

.custom-menu-primary >div  ul ul {
  background-color : rgba(45, 45, 45, 0.86);
}

.custom-menu-primary >div  ul ul li a {
  color : rgba(255, 255, 255, 1.0);
}

.custom-menu-primary >div  ul ul li a:hover {
  color : rgba(255, 255, 255, 1.0);
}

.custom-menu-primary >div  ul ul li:hover > a { 
  background: linear-gradient(90deg, rgba(242, 74, 21, 1.0) 0%, rgba(239, 126, 42, 1.0) 100%)
}

.custom-menu-primary >div  ul ul li.active-branch > a  {
  background-color : rgba(255, 255, 255, 0.0);
  color : rgba(255, 255, 255, 1.0);
}






.footer {
  background-color: rgba(250,250,250);
  color: rgba(68,68,68); 
}

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

.footer a:hover{
  color: rgba(68,68,68,.75); 
}

#hs_cos_wrapper_ft_menu li:before,
.ft_cntct ul li i{
  color: rgba(68,68,68); 
}

.social_icons ul li:hover{

  border-color: rgba(245,112,64);  
}

.social_icons ul li a {
  color: rgba(68,68,68)  
}

.social_icons ul li a:hover{
  color: rgba(245,112,64); 
}

.copyright{
  color: rgba(68,68,68); 
}






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

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

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

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

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

.blog-pagination__link {
  color: #444444;
}

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

.blog-post__title {
  color: rgba(68, 68, 68, 1.0);
  font-family:Montserrat;
  font-size: 2.441px;
  font-weight: ;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.comment.depth-0,
.blog-comments form {
  border-top: 2px solid rgb(31, 31, 31);
}

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

.section.post-footer .hs-input {
  border-color: rgb(31, 31, 31);
}
/* 
.blog-recent-posts {
background-color: rgb(245, 245, 245);
} */










body .icon svg {
  fill: #a1a1a1;
}

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

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

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

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





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