/* GO7 Embedded Search Widget */

.go7{
  position:absolute;
  z-index:160;
  top:calc(100% - 300px);
  left:50%;
  transform:translateX(-50%);
  overflow:visible;
}

#go7-embedded-search-search-form{
  position:absolute;
  top:0;
  left:0;
  display:block;
  width:100%;
  height:600px;
  border:0;
  background:transparent;
}

/* Tablet: center the visible two-row search form.
   The iframe continues below this box for dropdown/calendar space. */
@media(max-width:1072px) and (min-width:721px){
  .go7{
    top:50%;
    height:114px;
    transform:translate(-50%,-50%);
  }

  #go7-embedded-search-search-form{
    height:456px;
  }
}

/* Mobile: center the visible vertical search form.
   The iframe reserve area is not part of the centering box. */
@media(max-width:720px){
  .go7{
    top:50%;
    height:390px;
    transform:translate(-50%,-50%);
  }

  #go7-embedded-search-search-form{
    height:600px;
  }
}
