/**
 * Plugin Name: Dflip Colorbox
 * Description: Abre el contenido de los enlaces o anotations de un pdf dentro de un colorbox modal.
 * Author: Federico Ciliberti
 * Version: 0.0.1
 * Author URI: https://alta-voz.com.ar/
 * Changelog:
 * Initial commit.
 */

body.theme-zox-news .df-lightbox-wrapper {
  position: fixed !important;
  top: 0;
  bottom: 0;
  right: 0;
  height: auto !important;
  left: 0;
  background-color: white;
  z-index: 9999;
}

body.theme-zox-news ._df_thumb[thumbtype="img"] img {
  max-width: 100%;
  max-height: unset;
  margin: 0;
  padding: 0;
  border: 0;
}

body.theme-zox-news ._df_thumb[thumbtype="img"] {
  height: auto;
  width: 230px;
}

body.theme-zox-news div section.linkAnnotation a, body.theme-zox-news div a.linkAnnotation, body.theme-zox-news div a.customLinkAnnotation, body.theme-zox-news div .customHtmlAnnotation, body.theme-zox-news div .customVideoAnnotation {
  background-color: #89C2D5;
  border-radius: 3px;
}

body.theme-zox-news div section.linkAnnotation a i, body.theme-zox-news div a.linkAnnotation i, body.theme-zox-news div a.customLinkAnnotation i, body.theme-zox-news div .customHtmlAnnotation i, body.theme-zox-news div .customVideoAnnotation i {
  float: right;
  margin: 5px;
}

body.zox-news-child-bc #colorbox, body.zox-news-child-bc #cboxOverlay, body.zox-news-child-bc #cboxWrapper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
}