@charset "utf-8";

/* ****************************************************************************
 * CKEditor slideshow plugin OVERRIDES
 *
 * This CSS should be loaded last, before the final custom CSS
 * ****************************************************************************
 */


.slideshowPlugin {
  float                 : right;
  width                 : 440px;
  max-width             : 100%;
  margin                : 8px 0px 0px 20px;
}

.slideshowPlugin .ad-gallery {
  width                 : 100%;
}

.slideshowPlugin .ad-gallery .ad-image-wrapper {
  width                 : auto;
}

.slideshowPlugin .ad-gallery .ad-image-wrapper .ad-image .ad-image-description {
  background            : rgba(0,0,0,0.75);
  color                 : #FFFFFF;
  width                 : calc(100% - 14px);
}

.slideshowPlugin .ad-gallery .ad-image-wrapper .ad-image .ad-image-description .ad-description-title {
  color                 : #FFFFFF;
  font-size             : 12px;
  font-weight           : normal;
  line-height           : 1.3em;
}



/* ****************************************************************************
 * FlexSlider module OVERRIDES
 *
 * This CSS should be loaded last, before the final custom CSS
 * ****************************************************************************
 */

/*
 * Image Authored
 * tm_widget_field_image_authored.css
 * ****************************************************************************
 */
.flex-caption {
  line-height           : 1em;
  text-align            : left;
}
.flex-caption .tm-image-authored-caption-wrapper {
  line-height           : 1em;
  margin                : 0px 0px 0px 0px;
}

.flex-caption .tm-image-authored-author-wrapper {
  line-height           : 1em;
  margin                : 0px 0px 0px 0px;
}
