/*
Theme Name: lorrainethomas
Template: hello-elementor
*/

/* .e-heading-base{
text-shadow:
      1px 1px 2px rgba(255,255,255,0.8),
      -1px 1px 2px rgba(255,255,255,0.8),
      1px -1px 2px rgba(255,255,255,0.8),
      -1px -1px 2px rgba(255,255,255,0.8);
} */
 /*Masquer title sur english home page*/
.post-8480 .page-header {
  display: none;
}
.entry-title{
font-size: 1.5rem;
/* color: var( --e-global-color-text );      */
}
a {
  color: var(--e-global-color-accent);
}

#go-to-top {
  position: fixed;
  bottom: 30px;
  right: 30px;
  width: 45px;
  height: 45px;
  background: #333;
  color: #fff;
  font-size: 24px;
  line-height: 45px;
  text-align: center;
  border-radius: 50%;
  display: none;
  z-index: 9999;
  text-decoration: none;
}
#go-to-top:hover { background: #555; }

@media only screen and (max-width: 1024px) {
  .hfe-nav-menu__layout-horizontal .hfe-nav-menu {
    margin: 0 20px;
  }
}