@charset "utf-8";

/* ****************************************************************************
 * FIELD IMAGE AUTHORED WIDGET
 * ****************************************************************************
 */

/*
 * Image Authored
 * ****************************************************************************
 */
.tm-image-authored-wrapper {
  float                 : none;
  padding               : 0px 0px 0px 0px;
}

.tm-image-authored-wrapper .field-collection-view-final {
  float                 : left;
  margin                : 0px 0px 0px 0px;
  padding               : 0px 0px 0px 0px;
}

.tm-image-authored-wrapper .entity-field-collection-item {
  font-size             : 16px;
}



/*
 * Image Authored - Image
 * ****************************************************************************
 */
.tm-image-authored-image img {
  display               : block;
  width                 : 100%;
}



/*
 * Image Authored - Image Type
 * ****************************************************************************
 */
.tm-image-authored-image-type {
}



/*
 * Image Authored - Footer wrapper
 * ****************************************************************************
 */
.tm-image-authored-image-footer {
  margin                : 0px 0px 0px 0px;
  padding               : 5px 5px 0px 0px;
}



/*
 * Image Authored - Caption
 * ****************************************************************************
 */
.tm-image-authored-caption-wrapper {
  /*float                 : left;*/
  display               : inline-block;
  color                 : #8C8C8C;
  font-family           : 'Arimo', sans-serif;
  font-size             : 14px;
  line-height           : 1.1em;
  text-align            : left;
  margin                : 8px 10px 0px 0px;
  padding               : 0px 0px 0px 0px;
}

.tm-image-authored-caption-wrapper div {
  display               : inline;
}

.tm-image-authored-author-wrapper +.tm-image-authored-caption-wrapper {
  max-width             : 60%;
}



/*
 * Image Authored - Author
 * ****************************************************************************
 */
.tm-image-authored-author-wrapper {
  /*float                 : right;
  border-left           : 1px solid #8C8C8C;*/
  display               : inline-block;
  color                 : #8C8C8C;
  font-family           : 'Arimo', sans-serif;
  font-size             : 14px;
  font-weight           : bold;
  line-height           : 1.1em;
  text-align            : left;
  max-width             : 40%;
  margin                : 8px 0px 0px 0px;
  padding               : 0px 0px 0px 0px;
}

.tm-image-authored-author-wrapper div {
  display               : inline;
}

.tm-image-authored-author-wrapper:before {
  content               : "/"
}

.tm-image-authored-author-title {
  display               : inline;
}

.tm-image-authored-author {
  display               : inline;
}



/*
 * Image Authored - Shot Date
 * ****************************************************************************
 */
.tm-image-authored-shot-date {
  float                 : right;
  display               : inline-block;
  color                 : #8C8C8C;
  font-family           : 'Arimo', sans-serif;
  font-size             : 14px;
  font-weight           : bold;
  line-height           : 1.1em;
  text-align            : left;
  max-width             : 40%;
  margin                : 8px 0px 0px 0px;
  padding               : 0px 0px 0px 0px;
}



/*
 * Image Authored - Source
 * ****************************************************************************
 */
.tm-image-authored-source-wrapper {
  display               : inline-block;
  color                 : #8C8C8C;
  font-family           : 'Arimo', sans-serif;
  font-size             : 14px;
  font-weight           : bold;
  line-height           : 1.1em;
  text-align            : left;
  max-width             : 40%;
  margin                : 8px 0px 0px 0px;
  padding               : 0px 0px 0px 0px;
}

.tm-image-authored-source-wrapper div {
  display               : inline;
}

.tm-image-authored-source-wrapper:before {
  content               : "/"
}

.tm-image-authored-source-title {
  display               : inline;
}

.tm-image-authored-source {
  display               : inline;
}



/*
 * Image Authored - Shot date & Source separator
 * ****************************************************************************
 */
.tm-image-authored-shot-date + .tm-image-authored-source-wrapper {
  margin                : 0px 10px 0px 0px;
}

.tm-image-authored-caption-wrapper + .tm-image-authored-author-wrapper,
.tm-image-authored-caption-wrapper + .tm-image-authored-source-wrapper,
.tm-image-authored-author-wrapper + .tm-image-authored-source-wrapper {
  padding               : 0px 0px 0px 10px;
}



/*
 * SCREEN 'regular' - between 1024px and 1279px
 * ****************************************************************************
 */
@media only screen and (min-width:1024px) and (max-width:1279px) {
}


/*
 * SCREEN 'medium' - between 768px and 1023px
 * ****************************************************************************
 */
@media only screen and (min-width:768px) and (max-width:1023px) {
}


/*
 * SCREEN 'small' - between 480px and 768px
 * ****************************************************************************
 */
@media only screen and (min-width:480px) and (max-width:767px) {
  /* Image Authored - Author
   --------------------------------------------------------------------------*/
  .tm-image-authored-author-wrapper {
    max-width           : 40%;
  }

  /* Image Authored -  Source
   --------------------------------------------------------------------------*/
  .tm-image-authored-source-wrapper {
    float               : left;
    text-align          : left;
    max-width           : auto;
  }

  /* Image Authored - Shot date & Source separator
   --------------------------------------------------------------------------*/
  .tm-image-authored-shot-date + .tm-image-authored-source-wrapper {
    margin              : 0px 10px 0px 10px;
  }

  .tm-image-authored-shot-date + .tm-image-authored-source-wrapper::after {
    content             : "";
    padding             : 0px 10px 0px 10px;
  }

  .tm-image-authored-author-wrapper + .tm-image-authored-shot-date + .tm-image-authored-source-wrapper {
    margin              : -10px 10px 0px 10px;
  }
}


/*
 * SCREEN 'lite' - smaller than 480px
 * ****************************************************************************
 */
@media only screen and (min-width:0px) and (max-width:479px) {
  /* Image Authored - Author
   --------------------------------------------------------------------------*/
  .tm-image-authored-author-wrapper {
    float               : initial;
    max-width           : initial;
  }

  /* Image Authored - Shot date
   --------------------------------------------------------------------------*/
  .tm-image-authored-shot-date {
    float               : initial;
    max-width           : initial;
    margin              : -10px 10px 0px 10px;
  }

  /* Image Authored -  Source
   --------------------------------------------------------------------------*/
  .tm-image-authored-source-wrapper {
    float               : initial;
    text-align          : left;
    max-width           : initial;
    margin              : -10px 10px 0px 10px;
  }

  /* Image Authored - Shot date & Source separator
   --------------------------------------------------------------------------*/
  .tm-image-authored-shot-date + .tm-image-authored-source-wrapper {
    margin              : -10px 10px 0px 10px;
  }

  .tm-image-authored-shot-date + .tm-image-authored-source-wrapper::after {
    content             : "";
  }
}
