.site-header .wrap {
    padding: 0;
}

.title-area {
    padding-left: 0;
}

.header-image .site-title a {
    min-height: 164px;
}

#disqus_thread {
    padding: 4rem;
}


/* CUSTOM BUTTON - BLUE */
.custom-button a.blue-button  {
border: none;
color: #fff;
background: #2e9fff;
text-shadow: none;
font-family: 'Open Sans', Helvetica, Arial, sans-serif;
font-weight: bold;
text-align: center;
cursor: pointer;
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
-o-border-radius: 5px; 
padding: 5px 15px;
text-decoration:none;
transition: background 0.2s ease-in-out 0s, top 0.1s ease-in-out 0s, box-shadow 0.2s ease-in-out 0s; 
text-align: center;
font-size:18px;
}
 

.custom-button .blue-button:hover {
background: #353a3d;
color:#fff;
}

hr {
	height:2px; 
	border:none; 
	color:#222; 
	background-color:#222;
}

.custom-hr {
	border-bottom: 1px solid #e3e3e3;
  	width:90%;
}

.entry-custom {
border-bottom: 1px solid #e3e3e3;
padding-top: 5px;
margin-bottom: 25px;
}
 
.entry-custom:before  {
	content: " ";
	display: table;
}
 
.entry-custom:after  {
	clear: both;
	content: " ";
	display: table;
}
