#sidebar .standard-google-custom-search {
	margin-bottom: 10px;
}

#cse-search-box {
	margin-bottom: 0;
}

/* Smartphones */
@media (max-width: 480px) {
	.standard-google-custom-search form div input[type=text] {
		width: 63%;
	}
}

/* Tablet and Mobile */
@media (max-width: 979px) {	
	.standard-google-custom-search form div input[type=text] {
		width: 76%;
	}
}

/* Mobile to Tablet */
@media only screen and (max-width: 767px) {

	.standard-google-custom-search form div input[type=text],
	.standard-google-custom-search form div input[type=submit] {
		display: block;
		width: 100%;
	}
	
	.standard-google-custom-search form div input[type=submit] {
		width: 103%;
	}
	
}


/* Landscape Tablets */
@media (min-width: 768px) and (max-width: 979px) {
	.standard-google-custom-search form div input[type=text] {
		width: 63%;
	}
}

/* Desktop */
@media (min-width: 980px) {
	.standard-google-custom-search form div input[type=text] {
		width: 72%;
	}
}