/* Fix logo */
#logo img { 
  width: 172px; 
  height: 24px; 
  margin-top: 13px; 
} 

@media (min-width: 768px) { 
	#logo img { 
  		margin-top: 26px; 
	} 
}

.entry-content {
  	/* Increase font size */
	font-size: 18px !important;
  	/* Fix spacing */
  	margin: 0;
}

/* Style links inside of articles */
.entry-content a {
	text-decoration: underline;
}

/* Fix paragraph spacing */
.entry-content p {
	margin: 18px 0;
}

.entry-content b, strong {
  font-family: 'proxima-nova-bold', serif;
}

.entry-title {
  margin: 0;
}

/* After-content widget */
.cta-after-post {
	padding: 20px;
  	/*border: #ccc 1px solid;*/
  	background: #4A90E2;
  	color: #fff;
}

.cta-after-post a {
  color: #fff;
}

