/* Enter Your Custom CSS Here */
.input-group-button {
    padding-left: 10px;
}
#searchsubmit:hover {
    color: #fed221;
     background:#000;
}

.blog_img{
	margin-bottom: 20px;
}
.blog_img img{
	width: 100%;
}

@media (max-width: 479px) {
.input-group .input-group-field {
    display: block !important;
}

}