/*
Theme Name: BTOMail 202
Author: Henry & Co
Author URI: https://www.henryandco.it/it/
Description: Full custom theme for BTOMail
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: btomail, seo, marketing
Text Domain: btomail

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

.btomail-button-cta > div > a {
  transition: background-color 0.3s ease-out, color 0.2s ease-out;
}

.breadcrumb {
  max-width: 1290px;
  margin: 0 auto;
  font-size: 14px;
}

.breadcrumb > ol {
  display: flex;
  list-style: none;
  padding: 0;
  color: #707070;
  /* margin-bottom: 0; */
}

/* .breadcrumb > ol > li { */
  /* margin-right: 10px; */
/* } */

.breadcrumb > ol > li > a {
  text-decoration: none;
  color: #707070;
}

.breadcrumb > ol > li > a:hover {
  text-decoration: underline;
}

.breadcrumb-separator {
  margin-left: 4px;
  margin-right: 4px;
}

.breadcrumb-current {
  color: #3E4CAC;
  font-weight: 500;
}

@media only screen and (max-width: 500px) {
  .breadcrumb {
    margin-left: 16px;
    margin-right: 16px;
  }
}
.h2{color:#3e4cac;margin-top:20px;font-size:30px;text-align:center;font-weight: bold;line-height: 1.3;}
.left-align{text-align:left!important;}
