.single .post-meta,
.page .post-meta {
display: none;
}

/* Blue colors for Pages */
#subheader .subheader-color {
  background: rgba(68, 156, 230, 0.65);
}
#subheader .subheader-color .full-header-content p {
  color: #fff;
}

/* Widgets  */
#sidebar-right .widget p {
  line-height: 18px;
  margin: 20px 0px;
}

#sidebar-right .widget h3 {
  padding-top: 20px;
  font-family: "Roboto Slab", sans-serif;
  font-size: 16px;
  line-height: 22px;
}

/* Front page fonts */
body {
  font-family: Open Sans, Helvetica, Arial, sans-serif;
}
#content .content-article p {
  font-family: Open Sans, Helvetica, Arial, sans-serif;
}

#features .features-box .features-box-icon {
  height: 90px;
}

#features .features-box h4 {
  font-weight: 700;
  font-size: 21px;
}
#features .features-box p {
  line-height: 17px;
  font-size: 14px;
}
#subheader .second-subheader p {

  color: #394753;
  font-family: Open Sans, Helvetica, Arial, sans-serif;
  font-weight: 300;
  font-size: 16px;
}
#subheader .second-subheader h3 {
  font-size: 24px;
}

/* Eliminate word breaks */

.event-title p {
   -webkit-hyphens: none;
   -moz-hyphens:    none;
   -ms-hyphens:     none;
   hyphens:         none;
	font-family: "Roboto Slab", sans-serif;
  	font-size: 20px;
	clear: none;
	margin: 0 !important;
	padding: 0;

}

.post .post-excerpt {
  word-wrap: normal;
  -webkit-hyphens: none;
  -moz-hyphens: none;
  hyphens: none;
}
#sidebar-right .widget ul li a {
  word-wrap: normal;
  -webkit-hyphens: none;
  -moz-hyphens: none;
  hyphens: none;
}

/* Footer */
#footer .footer-box {
  width: 100%;
  margin-left: 0px;
  margin-bottom: 25px;
  float: left;
}
#footer .footer-box ul li { display: inline; margin:0 15px;}

  