/*------------------------------------------------*/
/*-----------------[OVERRIDES]--------------------*/
/*------------------------------------------------*/
.container #logo-area { text-align: center; margin-bottom: 5px; }
#main-header { margin-bottom: 5px; }
#snippet-box {width:95% !important; }
.post_content {padding: 19px 15px 30px 44px;}
.entry .post-thumbnail .overlay { 
	-moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.entry .post-thumbnail {
	text-align:center;
}

#main-area { padding-top: 28px;}
#search-form #searchinput {
    width: 90%;
    padding: 0px 10px 0px 10px;
}

@media only screen and (max-width: 767px) {
	#search-form #searchinput { width: 85%; }
}

@media only screen and (max-width: 500px) {
	#search-form #searchinput { width: 70%; }
}