/* Enter Your Custom CSS here */

html {
    overflow-x: hidden;
}

.site-footer {
	padding: 0 0 20px; 
}

#subscribe-email input {
    max-width: 450px;
}

.highlight{
  display:inline-block;
  background: #F1F1F1 none repeat scroll 0px 0px;
  border-radius: 0px 4px 4px 0px;
  border-left: 5px solid #DB9B9D;
  color: #999;
  padding: 20px;
  margin: 0px 0px 1em;
}

.wp-caption-text{
	color:#8C9398;
    font-style:italic;
}

.blog .entry-header{
	background-size: 100% auto!important;
}

.site-header .main-navigation ul li a {
  text-align: left;
}

.home-news h2{
	display:none;
}