/* ******************************************************************************
*********************************************************************************
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 {
    max-width: 1180px;
  }
  
  .dnd-section {
    padding-bottom: 40px;
    padding-top: 40px;
  }
  
  .body-container__homepage .dnd-section:nth-child(odd) {
    background-color: #F8FAFC;
  }
  .page-center {
    max-width: 1180px;
  }
  
  
  
  
  
  
  body {
    color: #000000;
    font-family: Rokkitt;
    font-weight: 400;
    font-size: 18px;
  }
  
  body {
    
    color: #000000;
    
  }
  
  
  a {
    color: rgba(255, 0, 153, 1.0);
  }
  
  a:hover  {
    color: rgba(0, 0, 0, 1.0);
  }
  
  
  
  h1 {
    color: #f09;
    font-family: Dosis;
    font-size: 40px;
    font-weight: 400;
  }
  
  h1 {
    
    color: #f09;
    
  }
  
  
  h2 {
    color: #f09;
    font-family: Dosis;
    font-size: 25px;
    font-weight: 400;
  }
  
  h2 {
    
    color: #f09;
    
  }
  
  h3 {
    color: #f09;
    font-family: Dosis;
    font-size: 22px;
    font-weight: 400;
  }
  
  h3 {
    
    color: #f09;
    
  }
  
  h4 {
    color: #f09;
    font-family: Dosis;
    font-size: 20px;
    font-weight: 400;
  }
  
  h4 {
    
    color: #f09;
    
  }
  
  h5 {
    color: #f09;
    font-family: Dosis;
    font-size: 18px;
    font-weight: 400;
  }
  h5 {
    
    color: #f09;
    
  }
  
  h6 {
    color: #f09;
    font-family: Dosis;
    font-size: 16px;
    font-weight: 400;
  }
  h6 {
    
    color: #f09;
    
  }
  
  
  
  
  
  

  form,
  .submitted-message {
    border-color: rgba(#null, 0.0) ;
    font-family: Rokkitt;
  }
  
  h3.form-title {
    background-color: rgba(255, 255, 255, 0.0);
    color: rgba(255, 0, 153, 1.0);
  }
  
  .hs-button,
  .button--primary {
    background-color: rgba(255, 255, 255, 1.0);
    border-color: rgba(0, 102, 102, 1.0);
    border-radius: 100px;
    border-width: 1px;
    color: rgba(0, 102, 102, 1.0);
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  
  .hs-button:hover,
  .hs-button:focus,
  .button--primary:hover,
  .button--primary:focus {
    background-color: rgba(0, 102, 102, 1.0);
    border-color: rgba(0, 102, 102, 1.0);
    color: rgba(255, 255, 255, 1.0);
  }
  
  
  
  .hs-form label {
    color: rgba(0, 0, 0, 1.0);
  }
  
  .hs-form legend {
    color: rgba(0, 0, 0, 1.0);
  }
  
  form input,
  form select,
  form textarea,
  .hs-input {
    border-color: rgba(204, 204, 204, 1.0);
    color: rgba(102, 102, 102, 1.0);
    border-radius: 0px;
    background-color: rgba(250, 250, 250, 1.0); 
  }
  
  form input:focus,
  form select:focus,
  form textarea:focus,
  .hs-input:focus {
    border-color: rgba(191, 191, 191, 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: #000000;
  }
  
  .hs-richtext {
    font-size: 18;
  }
  
  .hs-default-font-element,
  .hs-main-font-element {
    font-family: Rokkitt;
  }
  
  .fn-date-picker td.is-today .pika-button {
    color: #494a52;
  }
  
  .fn-date-picker td.is-selected .pika-button {
    background: #494a52;
  }
  
  .fn-date-picker td .pika-button:hover {
    background-color: #F8FAFC !important;
  }
  
  
  
  
  
  th,
  td {
    background-color: rgba(255, 255, 255, 1.0);
    border: 1px solid rgba(119, 119, 119, 1.0);
    color: rgba(119, 119, 119, 1.0);
  }
  
  thead th,
  thead td {
    background-color: rgba(73, 74, 82, 1.0);
    color: rgba(255, 255, 255, 1.0);
  }
  
  tfoot td {
    background-color: rgba(255, 255, 255, 1.0);
    color: rgba(119, 119, 119, 1.0);
  }
  
  table,
  tbody + tbody {
    border-color: rgba(119, 119, 119, 1.0);
  }
  
  
  
  
  
  .header_top{
    background-color: rgba(0, 0, 0, 1.0);
  }
  .header_top a{
    color: rgba(255, 255, 255, 1.0);
  }
  .header_top a:hover{
    color: rgba(255, 255, 255, 1.0);
  }
  .header_top aside.lang_links>span a{
    color: rgba(237, 186, 216, 1.0);
  }
  .header_top aside.lang_links>span a:hover{
    color: rgba(237, 186, 216, 1.0);
  }
/*   .header_top aside.lang_links>span a[href="javasctipt:void(0);"],   .header_top  aside.lang_links>span a[href="javasctipt:void(0);"]:hover{
    color: rgba(255, 255, 255, 1.0); 
  } */
  .header_top aside.lang_links>span a.active,   .header_top  aside.lang_links>span a.active:hover{
    color: rgba(255, 255, 255, 1.0); 
  }
  .header_top  input.search-field{
    color: rgba(255, 255, 255, 1.0); 
    border-color: rgba(255, 255, 255, 1.0); 
  }
.header_top ::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 1.0) ; 
}


  .custom_header {
    background-color: rgba(255, 255, 255, 1.0);
  }
  .header__inner{
    border-color: rgba(243, 243, 243, 1.0);
  }


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

  body .menu-primary.desktop div>ul>li:hover>a{
    background-color: rgba(255, 255, 255, 0.0);
    color: rgba(34, 34, 34, 1.0);
  }

  body .menu-primary.desktop div>ul>li:active>a{
    background-color: rgba(255, 255, 255, 0.0);
    color: rgba(34, 34, 34, 1.0);
  }
  body .menu-primary.desktop>div ul ul{
    background-color: rgba(34, 34, 34, 1.0);
  }
  body .menu-primary.desktop>div ul ul li a{
    color: rgba(157, 157, 157, 1.0);
  }
  body .menu-primary.desktop>div ul ul li a:hover{
    background-color: rgba(255, 255, 255, 0.0);
    color: rgba(255, 255, 255, 1.0);
  }
 
  body .menu-primary.desktop>div ul ul li.active > a:hover{
    color: rgba(157, 157, 157, 1.0);
    background-color: rgba(255, 255, 255, 0.0);
  }


  body .menu-primary.desktop div>ul>li:nth-child(1)>ul>li>ul>li>ul>li>a,
  body .menu-primary.desktop div>ul>li:nth-child(4)>ul>li>a,
  body .menu-primary.desktop div>ul>li:nth-child(4)>ul>li>a:hover,
  body .menu-primary.desktop div>ul>li:nth-child(1)>ul>li>ul>li>ul>li>a:hover{
    color: rgba(255, 255, 255, 1.0);
  }
  body .menu-primary.desktop>div ul ul>li{
    border-color: rgba(85, 85, 85, 1.0);
  }

  
  

  
  
  
  
  
  .footer_bar{
    background-color: rgba(0, 0, 0, 1.0);
  
  }
  .footer_bar a{
    color: rgba(255, 255, 255, 1.0);
  }
  .footer_bar a:hover{
    color: rgba(255, 255, 255, 1.0);
  }
  .copyright{
    color: rgba(255, 255, 255, 1.0);
  }


  .footer_newsletter{
    background-color: rgba(231, 229, 226, 1.0);
  }
  .footer_newsletter .widget-title{
    color: rgba(255, 0, 153, 1.0);
  }
  .newsletter_form .actions .hs-button{
    background-color: rgba(255, 255, 255, 1.0);
    color: rgba(254, 0, 152, 1.0);
    border-color: rgba(255, 255, 255, 1.0);
  }
  .newsletter_form .actions .hs-button:hover{
    background-color: rgba(255, 255, 255, 1.0);
    color: rgba(254, 0, 152, 1.0);
    border-color: rgba(255, 255, 255, 1.0);
  }

  .newsletter_form .hs-form label{
    color: rgba(124, 152, 182, 1.0);
  }
  .newsletter_form .hs-richtext{
    color: rgba(51, 71, 91, 1.0);
  }
  .newsletter_form input[type=email]{
    color: rgba(51, 71, 91, 1.0);
    border-color: rgba(203, 214, 226, 1.0);
    background-color: rgba(245, 248, 250, 1.0);
  }
  .newsletter_form input[type=email]:focus{
    border-color: rgba(82, 168, 236, 1.0);
  }
.newsletter_form .hs-richtext a{
color: rgba(85, 26, 129, 1.0);
}

  .footer_contact{
    background-color: rgba(255, 0, 153, 1.0);
    color: rgba(255, 255, 255, 1.0);
  }
  .contact_info p:last-child a{
    color: rgba(255, 255, 255, 1.0);
  }
  .contact_info p:last-child a:hover{
    color: rgba(#null, 0.0);
  }


  .contact_form .hs-button{
    background-color: rgba(255, 255, 255, 1.0);
    color: rgba(0, 102, 102, 1.0);
    border-color: rgba(255, 255, 255, 1.0);
  }
  .contact_form .hs-button:hover{
    background-color: rgba(255, 255, 255, 1.0);
    color: rgba(0, 102, 102, 1.0);
    border-color: rgba(255, 255, 255, 1.0);
  }
  .contact_form .hs-form label{
    color: rgba(255, 255, 255, 1.0);
  }
  .contact_form .hs-richtext{
    color: rgba(255, 255, 255, 1.0);
  }
  .contact_form .hs-input{
    color: rgba(255, 255, 255, 1.0);
    border-color: rgba(203, 214, 226, 1.0);
    background-color: rgba(245, 248, 250, 1.0);
  }
  .contact_form .hs-input:focus{
    border-color: rgba(0, 102, 102, 1.0);
  }

.contact_form .hs-richtext a, .contact_form .hs-richtext a:hover{
   color: rgba(0, 102, 102, 1.0);
}
  
  
  
  
.content-wrapper {
	max-width: 1180px;
}

.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__author {
	background-color: #F8FAFC;
}

#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-post__tag-link:hover{
	color: #000;
}

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

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

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



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

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

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




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

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

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

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

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

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

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

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

.section.post-footer .hs-input {
	border-color: rgb(228, 230, 232);
}

.blog-recent-posts {
	background-color: rgb(245, 245, 245);
}
  
  
  
  
  
  
  
  
  
  
  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: 1180px;
    margin: 0 auto;
  }
  
  
  
  
  .body-container__website .dnd-section:nth-child(odd) {
    background-color: {typography=, tables=, buttons=, spacing=, footer=, global_colors=, blog_settings=, header=, forms=}
  }