/* This stylesheet is used to style the public view of the plugin. */

/* The Magnificent Clearfix: Updated to prevent margin-collapsing on child elements.
   j.mp/bestclearfix */
.fix:before,
.fix:after,
.col-full:before,
.col-full:after {
  content: "\0020";
  display: block;
  height: 0;
  overflow: hidden;
}
.fix:after, .col-full:after {
  clear: both;
}
/* Fix clearfix: blueprintcss.lighthouseapp.com/projects/15318/tickets/5-extra-margin-padding-bottom-of-page */
.fix, .col-full {
  zoom: 1;
}


/* Algemeen, single en archive */
.film-holder{
	
}

.film-content, .film-entry { 

}

.film-content{}

.film-image, .film-media {

}

.film-title {

}

/* Archive */

a.film-plaatje {width: 100%;}

.film-plaatje img {display: block; width: 100%;}

.meta-algemeen{
	margin-bottom: 5px;
	line-height: 1.3em;
	
}

.meta-makers{
	margin-bottom: 5px;
	line-height: 1.3em;
	font-weight: bold;
	color: #afb843;
}
/* single film */






/* iPhone specifiek */

@media only screen and (max-width: 520px) {

}
