/* reset */
body.page-template-page-lp {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    background: transparent;
}
br.wp_social_bookmarking_light_clear {
    display: none;
}
.entry-content h3, .entry-content .h3, .page-content h3, .page-content .h3 {
    margin-bottom: 24px;
    text-align: left;
    color: #666;
}
#colophon {
    display: none;
}
.lp_footer {
    background: #0294ff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 20px 0;
}
.lp_footer_nav {
    display: flex;
    list-style: none;
    padding: 0;
    flex-wrap: wrap;
}
ul.lp_footer_nav a {
    color: #fff;
    padding: 15px;
    font-size: 14px;
    display: block;
}

.lp_footer_nav li {
    width: 180px;
}
.lp_footer p {
    color: #fff;
    font-size: 12px;
    text-align: center;
}

@media screen and (max-width:980px) {
  body {
    font-size: 0.8rem;
  }
  .entry-content h3, .entry-content .h3, .page-content h3, .page-content .h3 {
    margin-bottom: 24px;
    text-align: left;
    color: #666;
  }
}