/* Search Box */
.google-grid-container {
    display: flex;
    background: white;
    border-radius: 100px;
    margin: auto;
    padding:2px;
}

.google-search-btn-grid {
    display: flex;
	align-items: center;
}

.google-grid-container p { 
    margin: 0px;
}

.google-grid-container p input {
    border: none;
    background:transparent;
	width: 100%;
}

/* pager */
.gPager-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: calc(100% - 10px);
	margin: 5px;
    height: 30px;
}
.gPager-wrap > *:first-child {
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
}
.gPager-wrap > *:last-child {
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
}
.gPage {
	-webkit-box-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
    text-align: center;
    line-height: 30px;
    font-weight: bold;
    border-bottom: none !important;
	height: 100%;
	color: white;
}

.gText b{color:#eeac31;}
.gText,.gText strong {
	font-weight: normal;
    font-style: italic;
	font-size: 13.5px;
}
.gText strong {
	margin-top: 10px;
	padding-bottom: 5px;
	width: 100%;
	padding-bottom: 10px;
}
.gSearchResults{
    padding: 0px 10px 0px 10px;
    margin-bottom: 10px;
	border-radius: 4.5px;
}
.gTitle{
    width: 100%;
    padding-bottom: 0px;
    margin-bottom: 0px;
    padding-top: 0px;
    font-size: 14px;
    letter-spacing: .5px;
}
.gSearchResults.smooth-hover:hover {
    background: white;
}

/*popup*/
.google-search-btn-search {
	Background: url('/sites/default/files/photos/icons/google_search/search-google.png');
	width:22px;
	height:22px;
	background-size: contain;
	background-repeat: no-repeat;
	margin-left:5px;
	margin-right:5px;
	transition: all 0.5s ease;
}
.google-search-btn-close {
    Background: url('/sites/default/files/photos/icons/google_search/google-close.png');
    width:22px;
	background-repeat: no-repeat;
    height:22px;
	background-size: contain;
	margin-left:5px;
    margin-right:5px;
	transition: all 0.5s ease;
}
.google-search-btn-search:hover {
    Background: url('/sites/default/files/photos/icons/google_search/search-google-blue.png');
    width:22px;
	background-repeat: no-repeat;
    height:22px;
	background-size: contain;
	margin-left:5px;
    margin-right:5px;
}
.google-search-btn-close:hover {
    Background: url('/sites/default/files/photos/icons/google_search/google-close-blue.png');
    background-repeat: no-repeat;
	width:22px;
    height:22px;
	background-size: contain;
	margin-left:5px;
    margin-right:5px;
}
.okpud-pop-up.google .Box {
	width: 95%;
	max-height: calc(95% - 200px);
	margin: auto;
}
