#sidebar-footer.footer-widgets.widget-area {
  padding-top: 30px;
  padding-bottom: 0px;
}

.container.content-wrapper {
  background-color: #29292A;
}

.content-area .entry-thumb {
  display: none;
}

.hentry .title-post {
  display: none;
}

.page-wrap {
  padding-top: 0px;
}

.single .page-wrap .content-wrapper {
  padding: 0px;
}

.gw-gopf-cats-centered .gw-gopf-cats {
  font-family: Montserrat;
  text-transform: uppercase;
}

#pg-w5dd5707356aec-0 > .panel-row-style {
    background-color: #1a51a1;
    padding: 0px;
}
#mainnav ul li a {
  position: relative;
  display: block;
  font-size: 19px;
  font-family: "Montserrat", sans-serif;
  color: #fff;
  font-weight: 200;
  text-decoration: none;
  outline: none;
}


.site-header {
    position: relative;
    top: 1;
    left: 0;
    width: 100%;
    z-index: 1000;
    padding: 20px 0;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}