/**
 * @file
 * Custom Styling
 */


/*****************************************************************************/
/****************************** General Styling ******************************/
/*****************************************************************************/

/*****************************************************************************/
/**** adaptive image styles ****
#colorbox {
  width: 98% !important;
  height: 98% !important;
  position: absolute !important;
  top: 0px !important;
  left: 0px !important;
}

#cboxWrapper {
  width: 98% !important;
  height: 98% !important;
}
#cboxContent {
  width: 98% !important;
  height: 98% !important;
  position: absolute !important;
  top: 10px !important;
  left: 10px !important;
}
#cboxLoadedContent {
  width: 100% !important;
  height: 95% !important;
  overflow: auto !important;
}

#colorbox img {
  display: block;
  margin-left: 0;
  margin-right: 0;
}

/*****************************************************************************/
/**** fix field positioning in colorbox ****/
#colorbox img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
#colorbox .field-name-field-text-image-description,
#colorbox .field-name-field-text-image-author {
  /* max-width: 600px; */
  margin: 10px auto 0;
  /* text-align: center; */
}

/*****************************************************************************/
/**** GOOGLE MAPS LINK ****/
.pane-node-field-link-conteudo-externo.google-maps .field-name-field-link-conteudo-externo a {
  font-size: 0px;
  text-indent: -3000px;
  background: url(../images/google-maps-thumbnail.jpg) no-repeat;
  display: block;
  width: 360px;
  height: 241px;
  background-size: cover;
  margin-top: 30px;
}

/* 
 * PRESS FORMS
 */

 .section-press.node-type-webform .form-required,
 .section-imprensa.node-type-webform .form-required {
  display: none;
 }