/* ******************************************************************************
*********************************************************************************
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 {
  padding-bottom: 30px;
  padding-top: 30px;
}

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

.dnd-section li{
  font-weight: 400;
}




body {
  color: #363636;
  font-family: Arimo;
  font-size: 18px;
}

p {
  font-family: Arimo;
  font-weight: 400
}

a {
  font-family: Arimo;
  color: rgba(0, 140, 197, 1.0);
}

a:hover,
a:focus {
  color:#003559;
}

a:active {
  color: rgba(40, 180, 237, 1.0);
}

h1 {
  color: #363636;
  font-family: Montserrat;
  font-size: 42px;
  font-weight: 500;
}

@media(max-width: 767px) {
  h1 {
    font-size: 35.699999999999996px;
  }
}

h2 {
  color: #26408c;
  font-family: Montserrat;
  font-size: 38px;
  font-weight: 500;
}

@media(max-width: 767px) {
  h2 {
    font-size: 32.3px;
  }
}

h3 {
  color: #363636;
  font-family: Montserrat;
  font-size: 32px;
  font-weight: 500;
}

@media(max-width: 767px) {
  h3 {
    font-size: 27.2px;
  }
}

h4 {
  color: #26408c;
  font-family: Montserrat;
  font-size: 32px;
  font-weight: 500;
}

@media(max-width: 767px) {
  h4 {
    font-size: 27.2px;
  }
}

h5 {
  color: #363636;
  font-family: Montserrat;
  font-size: 24px;
  font-weight: 500;
}

h6 {
  color: #363636;
  font-family: Montserrat;
  font-size: 20px;
  font-weight: 500;
}

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





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

h3.form-title {
  background-color: rgba(73, 74, 82, 0.0);
  color: rgba(54, 54, 54, 1.0);
}

.hs-button,
.button--primary {
  background-color: rgba(0, 140, 197, 1.0);
  border-color: rgba(204, 204, 204, 1.0);
  border-radius: 50px;
  border-width: 1px;
  color: rgba(255, 255, 255, 1.0);
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 15px;
  padding-bottom: 15px;
}

.hs-button:hover,
.hs-button:focus,
.button--primary:hover,
.button--primary:focus {
  background-color: #008CC5;
  border-color: #adadad;
  color: #FFFFFF;
}

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

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

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

#hs-pwd-widget-password,
.hs-search-field__input,
form input,
form select,
form textarea,
.hs-input {
  background-color: rgba(255, 255, 255, 1.0);
  border-color: rgba(204, 204, 204, 1.0);
  color: rgba(85, 85, 85, 1.0);
  border-radius: 0px;
}

#hs-pwd-widget-password:focus,
.hs-search-field__input:focus,
form input:focus,
form select:focus,
form textarea:focus,
.hs-input:focus {
  border-color: rgba(102, 175, 233, 1.0);
  color: rgba(51, 51, 51, 1.0);
}


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

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

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

.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(54, 54, 54, 1.0);
  color: rgba(54, 54, 54, 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(54, 54, 54, 1.0);
}

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




.header-bg-image {
  background: #01395e;
  background: -moz-linear-gradient(left, #01395e 0%, #018ac1 40%, #018ac1 60%, #01395e 100%);
  background: -webkit-linear-gradient(left, #01395e 0%,#018ac1 40%,#018ac1 60%,#01395e 100%);
  background: linear-gradient(to right, #01395e 0%,#018ac1 40%,#018ac1 60%,#01395e 100%);
}

.header__container {
  max-width: 1410px;
}

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(255, 255, 255, 0.8);
}

body .custom-menu-primary a:hover {
  color: rgba(255, 255, 255, 1.0);
}  

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

.custom-menu-primary nav.navigation-primary > ul > li.active-branch > a:before {
  width: 100%;
  opacity: 1;
}

.custom-menu-primary nav.navigation-primary > ul ul li a {
  color: rgba(102, 102, 102, 1.0);
}

.custom-menu-primary nav.navigation-primary > ul ul li a:hover {
  color: rgba(1, 59, 97, 1.0);
}

.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 {
  color: #FFFFFF;
}

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: #FFFFFF;
}
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 {
  background-color: rgba(255, 255, 255, 1.0);
}
body .custom-menu-primary .submenu.level-1 > li {    
  background-color: rgba(#null, 0.0);
}
body .custom-menu-primary .submenu.level-1 > li:hover,
body .custom-menu-primary .submenu.level-1 > li:focus {
  background-color: rgba(255, 255, 255, 0.0);
}
body .custom-menu-primary .submenu.level-1 > li > a.active-branch {
  color: #FFFFFF;
}

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 {
  color: #666666;
}
body .custom-menu-primary .submenu.level-2 .menu-item .menu-link {
  background-color: rgba(255, 255, 255, 1.0);

}
body .custom-menu-primary .submenu.level-2 .triangle-container .triangle {
  background-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 {
  background-color: rgba(255, 255, 255, 0.0);
  color: #013b61;
}
body .custom-menu-primary .submenu.level-2 .menu-item .menu-link.active-branch {
  color: #013b61;
  background-color: rgba(255, 255, 255, 0.0);
}

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

.header__language-switcher-label-current:after {
  border-top-color: rgba(255, 255, 255, 0.8);
}

.custom-menu-primary nav.navigation-primary > ul > li.Filtrazione_ > ul > li > a, 
.custom-menu-primary nav.navigation-primary > ul > li.Benessere_e_salute_ > ul > li > a,
.custom-menu-primary nav.navigation-primary > ul > li.Living_ > ul > li > a,
.custom-menu-primary nav.navigation-primary > ul > li.Sous_Vide_ > ul > li > a {
  color: #0171a2 !important;
  border-color: #ececec !important;  
}

.custom-menu-primary nav.navigation-primary > ul > li.Filtrazione_ > ul > li > a:hover, 
.custom-menu-primary nav.navigation-primary > ul > li.Benessere_e_salute_ > ul > li > a:hover,
.custom-menu-primary nav.navigation-primary > ul > li.Living_ > ul > li > a:hover,
.custom-menu-primary nav.navigation-primary > ul > li.Sous_Vide_ > ul > li > a:hover {
  color: #013b61 !important;
}

.custom-menu-primary nav.navigation-primary > ul > li.Filtrazione_ > ul > li > ul a,
.custom-menu-primary nav.navigation-primary > ul > li.Benessere_e_salute_ > ul > li > ul a,
.custom-menu-primary nav.navigation-primary > ul > li.Living_ > ul > li > ul a,
.custom-menu-primary nav.navigation-primary > ul > li.Sous_Vide_ > ul > li > ul a {
  border-color: #ececec !important;  
}


.form-flat input:not([type="submit"]) {
  background-color: rgba(0, 0, 0, 0.03) !important;
  border-color: rgba(255, 255, 255, 0.09) !important;
  color: rgba(189, 215, 226, 1.0) !important;
}

.form-flat .button.icon,
.icon-search:before {
  color: rgba(255, 255, 255, 0.4) !important;
}

.header a.icon:not(.button) {
  color: rgba(168, 209, 226, 1.0);
}



.header:not(.transparent) .header-nav.nav > li > a {
  color: rgba(255, 255, 255, 0.8) !important;
}

.header:not(.transparent) .header-nav.nav > li > a:hover {
  color: rgba(225, 225, 225, 0.8) !important;
}


#header h5.uppercase {
  color: rgba(228, 229, 230, 1.0) !important;
}


.header-nav.nav-line-grow > li > a:before {
  background-color: rgba(255, 255, 255, 1.0);
}

.custom-menu-primary nav.navigation-primary > ul > li > ul > li.no-submenu > a {
  border-color: #ececec !important;  
}          


@media(max-width: 767px) {
  .header__navigation {
    background-color: rgba(#null, 0.0);
  }

  .header__navigation-toggle svg,
  .menu-arrow svg {
    fill: rgba(255, 255, 255, 0.8);
  }
}





.footer {
  background-color: rgba(248, 248, 248, 1.0);
  color: rgba(0, 0, 0, 0.5);
}

.footer-top-section {
  background: #01395e;
  background: -moz-linear-gradient(left, #01395e 0%, #018ac1 40%, #018ac1 60%, #01395e 100%);
  background: -webkit-linear-gradient(left, #01395e 0%,#018ac1 40%,#018ac1 60%,#01395e 100%);
  background: linear-gradient(to right, #01395e 0%,#018ac1 40%,#018ac1 60%,#01395e 100%);
}



.cm-footer-link-wrapper {
  border-color: rgba(0, 0, 0, 0.05);
}

.footer__container {
  max-width: 1410px;
}

.absolute-footer {
  color: rgba(0, 0, 0, 0.5);
}

.absolute-footer .copyright-footer {
  color: rgba(0, 0, 0, 0.5);
}

.copyright-footer a {
  color: #008CC5;
}

.copyright-footer a:hover {
  color: #003559;
}

.cm-footer-link-wrapper .footer__container .hs-menu-wrapper > ul ul li {
  border-color: #ececec;
}

.cm-footer-link-wrapper .footer__container .hs-menu-wrapper > ul > li > a {
  color: #363636;
}

.cm-footer-link-wrapper .footer__container .hs-menu-wrapper > ul > li > a:after {
  background-color: rgba(0, 0, 0, 0.1);
}

.cm-footer-link-wrapper .footer__container .hs-menu-wrapper > ul ul li a {
  color: #8e8e8e;
} 

.cm-footer-link-wrapper .footer__container .hs-menu-wrapper > ul ul li a:hover {
  color: #5f5f5f;
} 

.cm-footer-link-wrapper .footer__container .hs-menu-wrapper > ul ul ul {
  border-color: #ddd;
}





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

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

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

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

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

.blog-pagination__link {
  color: #363636;
}

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

.blog-post__title {
  color: #26408c;
  font-family:Montserrat;
  font-size: 38px;
  font-weight: ;
}

.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);
}










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;
}




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

.dnd-section > .row-fluid,
.page-center,
.content-wrapper {
  padding: 0 15px;
  margin: 0 auto;
  width: 100%;
  max-width: 1410px;
}
.blog-sidebar h3 {
    font-size: 24px!important;
  font-weight:bold!important;
}
.blog-post h1 {
    /*font-size: 3.2rem!important;*/
    font-weight: bold!important;
}

span.titoloblog {
    margin-top: .2em;
    margin-bottom: .2em;
    color: #fff;
    font-size: 3.5em;
    text-shadow: 0px 1px 1px #bbb;
    font-weight: 500;
}

li.no-submenu.menu-item.Shop_ img {
    margin-right: 8px;
}
.banner-content h2 {
    font-family: Arimo;
    margin-top: .2em;
    margin-bottom: .2em;
    color: #fff;
    font-size: 3.5em;
    text-shadow: 0px 1px 1px #bbb;
    font-weight: 500;
}

@media (max-width: 767px) {
.blog-post h1 {font-size: 32.3px;
}
  }