/* 
    Theme Name: Live FM Theme
    Author: Stephen Thorncroft
    Template: planer
    Description: 
    Version: 1.0
*/


.percent-sidebar {
	float:none;
}
/* 25/10/16 Fix page links */
 .sidebar, .percent-sidebar, .col-sidebar {display:inline;}


.breadcrumbs {
	display:none;
}

div.posts article div.post-content{
	display:none;
}

.standard_post.has-post-thumbnail div.post-thumbnail div.post-image a {
	background-size:contain !important;
	height:300px;
}

div.post-thumbnail img {
	height:100%;
}

/* Colour Links in posts to be Green by default */
div.post-content a, div.ecwd-url a  {
    color: #8bc640;
}
div.post-content a:hover, div.ecwd-url a:hover {
    color: #3d3d3d;
}

.sidebar {
	padding-left:10px;
}

/* Media Player Edits */

/*
span.mejs-duration, div.mejs-time.mejs-currenttime-container, div.mejs-time-rail {
    display: none!important;
}

div.banner-area {
	margin: 40px auto;
	float:none;
	text-align:center;
}

div.mejs-container {
	width:40%;
	margin:0 auto;
}
div.mejs-mediaelement{
	width:30%;
}
div.mejs-controls{
	height:50px!important;
}
.mejs-button {
	height:50px!important;
	width:50px!important;
	
}
div.mejs-button.mejs-playpause-button button, div.mejs-button.mejs-volume-button button {
	height:36px!important;
	width:36px!important;
	font-size:36px!important;
}
div.mejs-horizontal-volume-total {
	top:19px!important;
	height:12px!important;
	width:80px!important;
}

div.mejs-horizontal-volume-current {
	top:19px!important;
	height:12px!important;	
}
.mejs-horizontal-volume-slider {
	height:50px!important;
	width:80px!important;
}

*/

.mejs-duration-container {
display:none!important;
}

.mejs-time-rail {display:none!important;}

