.page .entry-title, .page-title, #comments > h3, #respond > h3, .entry-footer {
  font-weight: 700;
  line-height: 1.4;
  display: none;
}

body {
    height: auto !important;
}
.has-header-video .custom-header-media iframe{
    position: relative;
    display: flex;
}

.site-footer {
    display: none;
    border-top: 1px solid rgba(255,255,255,.1);
}
.rodape {
    background-color: #000;
  /*  margin-top: -27px;*/
}
.has-header-image .navbar, .has-header-video .navbar {
    background-image: linear-gradient(to bottom,rgba(0,0,1,0.5) 1%,rgba(0,0,0,0.2) 100%) !important;
}
@media only screen and (max-width: 600px) {
.has-header-image .navbar, .has-header-video .navbar {
    background-image: linear-gradient(to bottom,rgba(0,0,1,0.5) 1%,rgba(0,0,0,1) 100%) !important;
    top: 0;
    position: fixed;
}
}