/*
 Theme Name:   Eventor Child
 Theme URI:    http://thecreativetemp.com
 Description:  Eventor Child customizations for GMFF 2015
 Author:       Sally Poulsen
 Author URI:  http://thecreativetemp.com
 Template:     eventor
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  eventor
*/

.left {
	float: left; 
	display: inline-block;
}

.right {
	float: right;
}



.vote_thumbnail {
	display: none;
}

.vote_functions {
	padding-bottom: 20px;
}
.vote_single_post{
	padding: 0px;
}

.individual-film-header {
	background-color: #f36f21;
	color: #fff;
	overflow: hidden;
	padding: 0px;
	margin: 0px;
	padding-top: 40px;
	padding-left: 20px;
}

.individual-film-header h1 {
	color: #fff!important;
	padding: 0px 10px;
	text-transform: uppercase;
	font-size: 24px;
}
.individual-film-header h2 {
	font-size: 18px;
    color: #fff!important;
    font-weight: normal;
    padding: 0px 10px;
    margin: 0px;
    line-height: 9px;
}
.identifier{
	font-family: arial, sans-serif;
	font-size: 16px;
	display: block;

}

.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.vote_single_post p, .vote_single_post ul li {
	font-family: arial, sans-serif;
	margin: 0px;
}

.vote_single_post ul{
	padding-bottom: 20px;
}

.vote_single_post .film-credits {
}
.vote_single_post .film-details {
	padding: 20px;
}
.quicktags-toolbar{display:none;}

