@charset "UTF-8";
/* CSS Document - overrides for Google Search */
/* google search results */
#cse {
  margin-bottom: 3em;
  width: 100%;
  max-width: 800px;
}
.gsc-control-cse,
.gsc-control-cse .gsc-table-result {
  padding: 0px;
  width: 100%;
  font-family: "proxima-nova", Arial, sans-serif !important;
  font-size: 15px !important;
}
/* search input box */
input.gsc-input {
  padding: 1px 10px !important;
  border: 1px solid #DDD;
  height: 2.5em;
  font-size: 1.4em;
  color: #555;
}
/* main search button */
.cse input.gsc-search-button,
input.gsc-search-button {
  font-family: inherit;
  font-size: 1.4em;
  font-weight: normal;
  color: white;
  padding: 10px 8px;
  height: 2.5em;
  min-width: 100px;
  background-color: #699ECB;
  border: 1px solid white;
  border-radius: 5px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 5px;
}
/* search button hover */
.cse input.gsc-search-button:hover,
input.gsc-search-button:hover {
  background-color: #FC751B;
}
/* X clear button */
div.gsc-clear-button {
  display: inline;
  text-align: right;
  margin-left: 10px !important;
  margin-right: 4px;
  padding-left: 10px;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url('//www.google.com/uds/css/clear.gif');
  cursor: pointer;
  content: 'clear';
  border: 1px solid #F4F4F4;
  padding: 5px 12px;
}
/* number of hits found */
.gsc-result-info {
  color: dimGray;
  font-size: 0.9em;
  padding-left: 10px;
  margin: 10px;
  font-family: "proxima-nova", sans-serif;
}
/* row for each result */
.gsc-webResult .gsc-result {
  margin: 0;
  padding: 1em 0px !important;
  border-bottom: 1px solid #FFF !important;
  margin-bottom: 0.5em;
}
/* photo thumbnail */
.gs-web-image-box,
.gs-promotion-image-box {
  float: left;
  padding: 2px 8px 2px 0px;
  margin-right: 0px;
  margin-left: 0px;
  text-align: center;
  width: 110px !important;
}
.gs-web-image-box img.gs-image,
.gs-promotion-image-box img.gs-promotion-image {
  max-width: 100px !important;
  margin-right: 20px;
}
/* title */
.gs-result .gs-title,
.gs-result .gs-title * {
  color: #0E89CE   !important;
  font-size: 19px  !important;
  text-decoration: none !important;
}
/* title :hover*/
.gs-result .gs-title :hover,
.gs-result .gs-title *:hover {
  color: #FC751B !important;
}
/* reference url */
.gs-webResult div.gs-visibleUrl-long,
.gs-promotion div.gs-visibleUrl-long {
  overflow: hidden;
  color: #AAA !important;
  display: block !important;
}
/* pagination */
.gsc-results .gsc-cursor {
  font-size: 1.05em;
}
.gsc-results .gsc-cursor-box {
  margin-bottom: 3em;
  margin-top: 3em;
}
/* current active page */
.gsc-results .gsc-cursor-box .gsc-cursor-current-page {
  cursor: default;
  color: white !important;
  font-weight: bold;
  text-decoration: none;
  background-color: #699ECB !important;
}
/* all pages */
.gsc-results .gsc-cursor-box .gsc-cursor-page {
  cursor: pointer;
  color: #888;
  margin-right: -1px;
  display: inline;
  border: 1px solid #E0E0E0;
  padding: 5px 9px;
  text-decoration: none;
  background-color: #F8F8F8;
}
.gsc-cursor-page:hover {
  color: #FFF !important;
  background-color: #FC751B !important;
}
/*# sourceMappingURL=googlesearch.css.map */