/* Use a different font family for search results */

.gsc-control-cse {
    padding: 0 !important;
    width: auto;
}

.gsc-above-wrapper-area {
    border-bottom: 0 solid #e9e9e9;
    padding: 0px 0;
	text-align: left !important;
}

.gs-title {
	
    font-size: 24px;
    font-weight: 500;
	text-decoration: none !important;
	padding-bottom:5px;
	color:#D47B22;
	font-family:Open Sans, sans-serif;
}

.gsc-url-top {
display: none !important; 
}

.gs-snippet {
	font-size: 14px;
	line-height:24px;
	font-family:Open Sans, sans-serif;
}

.gsc-table-result, .gsc-thumbnail-inside, .gsc-url-top {
    padding-right: 8px;
	padding-left: 0px !important;
}

/* Add a border between individual search results 
.gs-webResult {
	border: 10px solid #eee;
	padding: 1em;
}

/* Do no display the count of search results    */
.gsc-result-info {
    margin-bottom: 0;
    margin-top: 0;
    padding: 8px 8px 10px;
	color: #676767;
    font-size: 16px !important;    
    padding-left: 8px !important;
    text-align: left !important;
	font-weight: bold !important;
}

/* Hide the Google branding in search results */
.gcsc-branding {
	display: none; 
}

/* Hide the Google branding in search results */
.gsc-orderby-container {
	display: none; 
}


/* Hide the thumbnail images in search results 
.gsc-thumbnail {
	display: none;
}*/

/* Hide the snippets in Google search results 
.gs-snippet { 
	display: none;
}*/

/* Change the font size of the title of search results */
.gs-title * { 
	 color: #0150b5;
    font-size: 26px;
    font-weight: 600;
	text-decoration: none;
}

.pagination span:hover,.pagination a:hover {
    background-color: #0150b5;
    color: #FFFFFF;
}
.pagination span,.pagination a {
    padding: 8px 15px 8px 10px;
    border: 1px solid #0150b5;
    margin-right: 10px;
    color: #0150b5;
    text-decoration: none;
    cursor: pointer;
	font-weight: normal;
    line-height:50px;
}
span.current {
    background-color: #0150b5;
    color: #FFFFFF;
}
span.current.prev,span.current.next {
    background-color: transparent;
    color: #0150b5;
}
span.next, #nextPage{
 border: 1px solid #0150b5 !important;
 
}
/* Change the font size of snippets inside search results 
.gs-snippet {
	font-size: 14px;
}*/

/* Google Custom Search highlights matching words in bold, toggle that 
.gs-title b, .gs-snippet b {
	font-weight: normal;
}*/

/* Do no display the URL of web pages in search results 
.gsc-url-top, .gsc-url-bottom {
	display: none;
}*/

/* Highlight the pagination buttons at the bottom of search results 
.gsc-cursor-page {
	font-size: 1.5em;
	padding: 4px 8px;
	border: 2px solid #ccc;
}
*/