/**
 * Theme Name: Avid Child
 * Theme URI: http://thethemefoundry.com/wordpress/avid/
 * Author: The Theme Foundry
 * Author URI: http://thethemefoundry.com/
 * Description: An innovative and stylish theme for photographers. With a unique photoblog, fully-featured gallery, responsive layout, and refined interface, you can easily share all of your snapshots, photographs and creative work.
 * Version: 1.0
 * Template: avid
 * License: GNU General Public License
 * License URI: http://www.gnu.org/licenses/gpl-2.0.html
 */
@charset "UTF-8";

/* Make all custom CSS changes in a Child Theme.  Any custom
changes you make here will not be overridden when you upgrade the parent theme.
-----------------------------------------------------------*/


/*---------------------------------------------------------
	Audio format
-------------------------------------------------------- */

.format-audio .post-icon {
	background: url(images/audio-icon.png) no-repeat;
}

@media all and (-webkit-min-device-pixel-ratio: 2) {
.format-audio .post-icon {
background: url(images/audio-icon-@2x.png) no-repeat;
background-size: 58px 71px;
}

/*---------------------------------------------------------
	Chat format
-------------------------------------------------------- */

.format-chat .post-icon {
  background: url(images/chat-icon.png) no-repeat;
}

@media all and (-webkit-min-device-pixel-ratio: 2) {
  .format-chat .post-icon {
    background: url(images/chat-icon-@2x.png) no-repeat;
    background-size: 58px 71px;
}

/*---------------------------------------------------------
	Standard format
-------------------------------------------------------- */
.format-standard .post-icon {
  background: url(images/pencil-icon.png) no-repeat;
}
@media all and (-webkit-min-device-pixel-ratio: 2) {
  .format-standard .post-icon {
    background: url(images/pencil-icon-@2x.png) no-repeat;
    background-size: 58px 71px;
  }
}
.format-standard p:last-child {
  margin-bottom: 0;
}



video {
    width: 100%;
    max-width: 100%;
    height: 576px;
}