/*
Theme Name: Fortepiano
Template: hello-elementor
Version: 1.0
Author: ISITES
*/

.header-top {
  border-bottom: 1px solid #eee;
  padding: 8px 0;
}

.header-top {
  height: 40px;
  padding: 0 16px;
  background-color: rgb(51, 51, 51);
}

.header-top {
  display: flex;
  gap: 16px;
  align-items: center;
  justify-content: space-between;
}

.header-top-search form {
  margin: 0;
}
.site-navigation{
    text-transform: uppercase;
}
.site-navigation ul.menu li.menu-item-has-children a{
    padding: 8px 0px 8px 15px;
}
.site-navigation ul.menu li ul.sub-menu li a{
    padding: 8px 15px;
}
.site-navigation ul.menu li ul{
    min-width: 250px;
}
.page-header{
    position: relative;
}
.entry-title{
    z-index: 10;
    position: relative;
}
.page-header::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #00000073;
    z-index: 1;
}

.white{
    color: #fff!important;
}

.site-footer{
    background-color: var(--e-global-color-primary);
    color: #fff;
}

.site-footer .footer-bottom{
    text-align: center;
    padding-top: 16px;
    border-top: 1px solid var(--e-global-color-secondary);
}

.copyright p {
    margin: 0;
}
