/** GT Theme PHP Framework Standard Definitions **/

.visually-hidden {   /* Borrowed from Drupal */
  position: absolute !important;
  clip: rect(1px, 1px, 1px, 1px);
  overflow: hidden;
  height: 1px;
  width: 1px;
  word-wrap: normal;
}

DIV.gt-page-body MAIN.main-content {
  padding: 0 10px;
}

DIV.gt-page-body {
  line-height: 1.5;
  font-size: 110%;
  font-weight: 300;
  margin-bottom: 16px;
}

DIV.gt-page-body P {
  margin: 10px 0;
}

DIV.gt-page-body INPUT,
DIV.gt-page-body BUTTON,
DIV.gt-page-body SELECT {
  font-size: 90%;
}


@media all and (max-width: 966px) {

  BODY DIV.gt-site-header {
    text-align: left;
  }

  BODY DIV.gt-site-header > SPAN {
    display: block;
  }

}

@media all and (min-width: 966px) {

  DIV.gt-site-header > SPAN + SPAN {
    padding-left: 12px;
  }

}


DIV.gt-modal-underlay {
  display: none;
  z-index: 2;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(40,40,40,.3);
}
