@import url('https://fonts.googleapis.com/css?family=Lato:300,400,700');
/*
 * Less is a CSS pre-processor, meaning that it extends the CSS language, adding features 
 * that allow variables, mixins, functions and many other techniques that allow you to 
 * make CSS that is more maintainable, themeable and extendable.
 *
 * Read more about Less here http://lesscss.org.
 *
 * You CAN include regular CSS here and it'll work just fine.
 */
body,
html,
.ccm-page {
  height: 100%;
}
body .ccm-page {
  font-family: Lato,sans-serif;
  font-size: 16px;
}
.ccm-page .navbar-collapse {
  border-top: none !important;
  box-shadow: none !important;
}
.ccm-page header {
  background-size: cover;
  padding: 2vh 0 4vh;
  background-color: #292929;
  font-size: 3.2vh;
  line-height: 1.4;
  color: white;
}
.ccm-page header h1 {
  font-size: 5vh;
  letter-spacing: -1px;
  font-weight: bold;
  margin: 0;
}
.ccm-page header nav a {
  color: white;
  text-transform: uppercase;
  font-size: 15px;
  letter-spacing: 2px;
}
.ccm-page header nav a:hover {
  color: #292929;
}
.ccm-page header #header-logo a {
  background-image: url(/application/themes/worship_consultancy/images/WC-logo.svg);
  max-width: 500px;
  height: 15vh;
  display: block;
  background-repeat: no-repeat;
  background-position: center center;
  margin: 5vh auto;
}
.ccm-page section {
  padding: 50px 0;
}
.ccm-page div.contrast {
  background-color: #F8F8F8;
  border-top: 1px solid #EEE;
  border-bottom: 1px solid #EEE;
}
.ccm-page div.first {
  margin-top: 50px;
  padding-top: 50px;
}
.ccm-page div.last {
  margin-bottom: 50px;
  padding-bottom: 50px;
}
.ccm-page ul.checks {
  list-style: none;
  padding: 0;
  margin: 0;
}
.ccm-page ul.checks li:before {
  content: '✓';
  color: darkgreen;
  font-size: 140%;
  margin-right: 0.5em;
}
.ccm-page .largertext {
  font-size: 150%;
  font-weight: 300;
}
.ccm-page .flex {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}
.ccm-page .flex div {
  display: flex;
}
.ccm-page .blog-post-fp {
  text-decoration: none;
  padding: 10px;
  border: 1px solid #eee;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  margin-bottom: 15px;
}
.ccm-page .blog-post-fp .title {
  color: #000;
  font-size: 22px;
  display: block;
  margin: 8px 0;
}
.ccm-page .blog-post-fp .description {
  color: #000;
  display: block;
  margin: 8px 0;
}
.ccm-page .blog-post-fp button {
  margin-top: auto;
  align-self: flex-start;
}
.ccm-page .blog-post {
  text-decoration: none;
  padding: 15px;
  border: 1px solid #eee;
  background-color: #f9f9f9;
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
}
.ccm-page .blog-post .title {
  color: #000;
  font-size: 28px;
  display: block;
  margin: 8px 0;
}
.ccm-page .blog-post .description {
  color: #000;
  display: block;
  margin: 8px 0;
}
.ccm-page .blog-post button {
  margin-top: auto;
  align-self: flex-start;
}
.ccm-page .nav-pills > li.active > a,
.ccm-page .nav-pills > li.active > a:focus,
.ccm-page .nav-pills > li.active > a:hover {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.2);
  font-weight: 600;
}
@media (max-width: 767px) {
  .blog_image {
    max-width: 100%;
    margin-bottom: 20px;
  }
}
@media (min-width: 768px) {
  .blog_image {
    float: right;
    max-width: 38%;
    margin-left: 2%;
    margin-bottom: 20px;
  }
}
