/* Enter Your Custom CSS Here */
.page.page-template-page_fullwidth .panel-grid {
      background-color: none;/*transparent;*/
}
.hentry .post-content,
.single .hentry,
.page .hentry {
      background-color: none;/*rgba(255, 255, 255, 0.8);*/
}

.site-info {
   display: none;
}

/* Test to adapt positions according to header size*/
.has-banner:after {
      background-size: contain !important; /*or you can add percentages here 80% etc.*/
}

/* Test to keep the whole image with small screens*/
@media screen and (max-width: 1024px) {
    .panel-row-style {
         background-size: cover !important;
    }
}

/* COmpletely remove the footer*/
footer#colophon {
  display: none;
}

section .widget-title:after,
.panel.widget .widget-title:after {
      border: 0;
}