/*Set header text unvisible*/
.entry-title{
opacity: 0 !important;
}

/* Cookie consent set as big as navigation bar in order to hide it. */
.ctcc-inner{
min-height: 100px;
}
/* For use with new cookie banner plugin */
.cc-banner{
min-height: 100px;
}

/* Cookie consent limit max width of text */
.ctcc-left-side{
max-width: 900px;
}
/* For use with new cookie banner plugin */
.cc-message{
max-width: 900px;
}