/* Changing placeholder color of search box */
.gsc-control-cse {
  background-color: transparent !important;
  border: none !important;
}
.gsc-input-box {
  border: none !important;
  background-color: #0063A6 !important;
  border-radius: 25px !important;
  color: #fff !important;
}
.gsc-input-box:focus {
  width: 100%;
}

.gsc-search-button .gsc-search-button-v2 {
    display: none;
    visibility: hidden;
}

/*****Button with magnifying glass*****/
/*.gsc-search-button .gsc-search-button-v2 {
  background-color: #0063A6 !important;
  border-radius: 50% !important;
  padding: 12px 12px !important;
  border: none !important;
  outline: none !important;
}
.gsc-search-button .gsc-search-button-v2:hover {
  background-color: #0090D2 !important;
}

.gsc-search-button-v2 svg {
  width: 20px !important;
  height: 20px !important;
  fill: #ffd046 !important;
  margin: 1px !important;
}*/
.gsc-results-wrapper-overlay {
  text-shadow:
    0px 0px 0 #000, 0px 0px 0 #000, 0px 0px 0 #000, 0px 0px 0 #000;
}
#gsc-i-id1 {
  height: 38px !important;
  padding: 0px !important;
  background: none !important;
  text-indent: 0px !important;
  font-size: 1.5em !important;
  color: #fff !important;
      text-align: center !important;
}
#gsc-iw-id1 {
  height: auto !important;
  padding: 0px !important;
  border-width: 0px !important;
  box-shadow: none !important;
    border: 2px solid #ffd046 !important;
}
#gs_cb50 {
  color: #ffd046 !important;
  text-shadow:
    0px 0px 0 #000, 0px 0px 0 #000, 0px 0px 0 #000, 0px 0px 0 #000;
}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  font-size: 1em !important;
  color: #ffd046;
  text-align: center;
  opacity: .75;
}
::-moz-placeholder { /* Firefox 19+ */
  font-size: 1em !important;
  color: #ffd046;
  text-align: center;
  opacity: .75;
}
:-moz-placeholder { /* Firefox 18- */
  font-size: 1em !important;
  color: #ffd046;
  text-align: center;
  opacity: .75;
}
/* SEARCH SECTION END */
/* --------------------------------------
MEDIA QUERIES Max widths
-------------------------------------- */
    /* Extra small devices (portrait phones, less than 576px)*/
@media (max-width: 576px) {
    /*.gsc-search-button .gsc-search-button-v2 {
        display: contents;
    }
    .gsc-search-button .gsc-search-button-v2 {
        background-color: #0063A6 !important;
        border-radius: 50% !important;
        padding: 12px 12px !important;
        border: none !important;
        outline: none !important;
      }
    .gsc-search-button .gsc-search-button-v2:hover {
        background-color: #0090D2 !important;
      }
    .gsc-search-button-v2 svg {
        width: 20px !important;
        height: 20px !important;
        fill: #ffd046 !important;
        margin: 1px !important;
      }*/
}
/* Small devices (landscape phones, less than 768px)*/
@media (max-width: 768px) {
    
    
    
    #gsc-iw-id1 {
        margin-right: 3px !important;
    }
    .gsc-input-box:focus {
        width: 100%;
    }
    .gsc-search-button .gsc-search-button-v2 {
        display: initial;
        visibility: visible;
    }
    .gsc-search-button .gsc-search-button-v2 {
        background-color: #0063A6 !important;
        border-radius: 50% !important;
        padding: 10px 10px !important;
        border: none !important;
        outline: none !important;
      }
    .gsc-search-button .gsc-search-button-v2:hover {
        background-color: #0090D2 !important;
      }
    .gsc-search-button-v2 svg {
        width: 20px !important;
        height: 20px !important;
        fill: #ffd046 !important;
        margin: 1px !important;
    }
}

/* Medium devices (tablets, less than 992px)*/
@media (max-width: 992px) {
   
}

/* Large devices (desktops, less than 1200px)*/
@media (max-width: 1200px) {
    
}



