header .logo img {
	width: auto;
	max-height: 70px;
}

@media screen and (max-width: 980px) {
	.themeSearchBar .linkBox {
	    display: block;
	    float:none;
	    margin-bottom:8px;
	}
	.wpthemeBanner .wpthemeBannerInner .wpthemeCommonActions {
		margin-bottom:20px;
	}
}

@media screen and (max-width: 768px) {
	header .logo img {
		max-height: 60px;
	}
	.wpthemeLogo {
		margin-bottom: 40px;
	}
}
@media screen and (max-width: 603px) {

}
@media screen and (max-width: 480px) {

}