/* Enter Your Custom CSS Here */


/* NAVIGATION */



/* CONTACT FORM */
.wpcf7-submit {
  margin-top:8px;
}

.wpcf7-form label {
  color:#EFEFEF;
}

input.wpcf7-submit {
    color: #ffffff;
    border-color: #2cabe2;
    background-color: #58b9e2;
    font-size: 18px;
}



/* REMOVE VARIOUS BITS - does not work in Chrome */
div.entry-meta {
  display: none;
}

.nav-previous, .nav-next {
  display: none;
  overflow: hidden; margin: 0;
}

.entry-footer {
  display: none;
}

.bottom-copyright {
  display: none;
}

.n2-ss-align {
  border:4px solid #222;
  background-color:#222
}

.colors-dark .site-content-contain {
  width:100%;
}


.colors-dark #primary .entry-content {
  width: 100% !important;
}




