@charset "utf-8";

/***************************************************************************
*
* SEARCH STYLE
*
***************************************************************************/
.gsc-results .gsc-cursor-box.gs-bidi-start-align{
	text-align: center;
}
.gsc-results .gsc-cursor-box .gsc-cursor-page{
	width: 40px;
	height: 40px;
	text-align: center;
	border: 1px solid #809E42 !important;
	line-height: 40px;
	display: inline-block !important;
	font-size: 16px;
	color: #809E42 !important;
	transition: all 0.3s;
	margin-bottom: 5px;
}
.gsc-results .gsc-cursor-box .gsc-cursor-page:hover{
	color: #fff !important;
	background: #809E42 !important;	
	text-decoration: none !important;
}
.gsc-results .gsc-cursor-box .gsc-cursor-current-page{
	color: #fff !important;
	background: #809E42 !important;	
}
.gsc-search-button-v2{
	padding: 10px 27px !important;
}

@media(max-width: 768px){
	.gsc-search-button-v2{
		padding: 15px 10px !important;
	}	
}
