.media-channel body.media-body.ev2014 header.top-nav div.logo
{
	width:100%;
	background: url(energy_voice_logo_fueling_the_conversation.png) no-repeat;
	background-size: 90%;
	background-position: center right;
	height:25px;
	font-size: 28px;
	padding: 0;
	line-height: 0.75;
	position:relative;
	color: #666666;
}

/*		♪┏(°.°)┛┗(°.°)┓┗(°.°)┛┏(°.°)┓ ♪

 	♬·¯·♩¸¸♪·¯·♫¸ ♬·¯·♩¸¸♪·¯·♫¸ ♬·¯·♩¸¸♪·¯·♫¸

			Media Channel Core Theme

	 ♬·¯·♩¸¸♪·¯·♫¸ ♬·¯·♩¸¸♪·¯·♫¸ ♬·¯·♩¸¸♪·¯·♫¸

		♪┏(°.°)┛┗(°.°)┓┗(°.°)┛┏(°.°)┓ ♪


	Contents
	==============================================
	01 Structure
	02 Typography
	03 Theme
	04 Widget
	05 Media Queries
	06 Ads										

*/

/*
========================================================================================
	01 Structure
========================================================================================
*/

.media-channel body.media-body header.top-nav,
.media-channel body.media-body footer.container
{
	padding: 10px 0;
	z-index: 999999;
}

.media-channel body.media-body header.top-nav
{
	padding: 10px 0 5px;
}

.media-channel body.media-body header.top-nav .logo a
{
	width:100%;
	height:100%;
	display:block;
	cursor:pointer;
	position: absolute;
	top: 0;
}

.media-channel body.media-body header.top-nav h1
{
	float:left;
}

.media-channel .side-nav
{
	padding: 20px 0 20px 20px;
	float: left;
	width: 190px;
	height: 100%;
	position: absolute;
	z-index: 1;
}

.media-channel .side-nav.stick
{
	position: fixed;
	top: 0;
}

.media-channel .side-nav h3
{
	margin-bottom:20px;
}

.media-channel .side-nav li
{
	width: 100%;
	float: left;
	padding: 5px;
	margin-bottom: 10px;
}

.media-channel .side-nav li.menu-item-has-children
{
	padding: 5px 5px 0 5px;
}

.media-channel .side-nav ul.sub-menu
{

}

.media-channel .side-nav ul.sub-menu li
{
	margin-left: 10px;
	width:90%;
}

.media-channel .side-nav ul.sub-menu li:before
{
	content: '- ';
}

.media-channel .main-column
{
	padding: 20px 10px;
	max-width: 930px;
 	margin-left: 190px;
}

.media-channel body.media-body .container
{
	background-color: initial;
	padding: 0;
}

.media-channel #menu-primary-menu li
{
	display: block;
	margin: 0 0 10px;
	padding: 5px;
}

.media-channel-large-preview
{
	width: 440px;
	height: 332px;
}

.media-channel-medium-preview
{
	width: 350px;
	height: 265px;
}

.media-channel-standard-preview
{
	width: 260px;
	height: 196px;
}

.media-channel-thumbnail
{
	background-size: cover;
 	background-position: center center;
}

.media-channel-thumbnail,
.media-channel-thumbnail.category-thumbnail,
.media-channel-thumbnail.media-channel-standard-preview
{
	width: 100%;
	height: 150px;
}

.media-channel-thumbnail.feature-thumbnail,
.media-channel-thumbnail.media-channel-medium-preview
{
	width: 100%;
	height: 223px;
}

li.media-channel-category-post,
li.media-channel-featured-post
{
	min-height: 280px;
	margin: 10px 0;
	padding:10px;
	float:left;
}

li.media-channel-featured-post
{
	min-height: 320px;
}

.media-channel-archive-page li.media-channel-featured-post
{
	min-height: 280px;
}

.media-channel .top-nav .social
{
	padding: 0;
	margin: 0;
	float: right;
	right: 0;
	bottom: 0;
}

.media-channel .top-nav .social .icon
{
	width: 37px;
	height: 37px;
	display: inline-block;
	float: right;
	margin-left: 10px;
}

.media-channel .top-nav .social .icon a
{
	width: 100%;
	height: 100%;
	display: block;
}

.icon a.twitter
{
	background: url(../img/twitter_icon.png) no-repeat #00acee;
	background-position: center;
}

.icon a.linkedin
{
	background: url(../img/linkedin_icon.png) no-repeat #127bb7;
	background-position: center;
}

.icon a.google
{
	background: url(../img/google_icon.png) no-repeat #e24a31;
	background-position: center;
}
.icon a.facebook
{
	background: url(../img/facebook_icon.png) no-repeat #3a589a;
	background-position: center;

}

.icon a.twitter,
.icon a.linkedin,
.icon a.facebook,
.icon a.google
{
	background-size: 100%;
	-moz-transition: 	background-size 250ms ease 0s;
    -ms-transition: 	background-size 250ms ease 0s;
    -o-transition: 		background-size 250ms ease 0s;
    -webkit-transition: background-size 250ms ease 0s;
    transition: 		background-size 250ms ease 0s;
}

#media-channel-header-search
{
	float: left;
}

.media-channel .side-nav .media-channel-category-link
{
	float: left;
	width:100%;
}

.media-channel .main-column li.media-channel-featured-post
{
	padding: 10px;
	float:left;
}

.media-channel .main-column li.media-channel-category-post:hover,
.media-channel .main-column li.media-channel-featured-post:hover
{
	transition: background-color 0.4s ease;
}

.media-channel .main-column li.post h3
{
	margin-bottom: 5px;
	margin-top: 5px;
}
.media-channel .main-column li.post h3.shortened-title:after
{
	content: '\2026';
}

.media-channel body.media-body .main-column h1
{
	margin-top: 10px;
	margin-bottom: 10px;
}

.featherlight-content.featherlight-content
{	max-width:702px;
	width:95%;
}

.ie8 .featherlight-content.featherlight-content
{
	width: 702px;
}

#media-channel-ajax-content
{
	display:block;
	padding-top: 21px;
	padding-right: 21px;
	padding-bottom: 21px;
	padding-left: 21px;
}

#media-channel-ajax-content iframe
{
	margin-bottom: 10px;
}

#media-channel-ajax-content .mc-social-share
{
	float:left;
	width: 100%;
	margin: 10px 0px 5px;
	position:relative;
}

#media-channel-ajax-content .mc-social-share .icon
{
	background-color: white;
	display: inline-block;
	height:30px;
	width:30px;
	margin-right: 10px;
}

#media-channel-ajax-content .mc-social-share .icon a
{
	width:100%;
	height: 100%;
	display:block;
	cursor: pointer;
}

.main-site-back-link,
.mobile-nav,
.close-nav-button
{
	display:none;
}

.visible.visible.visible
{
	display: block;
	visibility: visible;
	-webkit-transition: opacity 0.5s;
	transition: opacity 0.5s;
}
/*
========================================================================================
	02 Typography
========================================================================================
*/


.media-channel h1 {	font-size: 32px; font-weight: 800;	}
.media-channel h2 {	font-size: 24px; font-weight: 800;	}
.media-channel h3 {	font-size: 16px; font-weight: 800;	}

.media-channel body.media-body header.top-nav h1
{
	font-size: 18px;
}



/*
========================================================================================
	03 Theme Styles
========================================================================================
*/

html.media-channel
{
	background-color: #222222;
}

html.media-channel a
{
	color:#ffffff;
}

html.media-channel a:hover
{
	color: #ff4800;
}

.media-channel body.media-body header.top-nav,
.media-channel body.media-body footer.container
{
	background-color: #000000;
}

.media-channel body.media-body header.top-nav .logo
{
	width:100%;
	background: url(../img/media-channel-logo.png) no-repeat;
	background-size: 75%;
	background-position: center;
	height:25px;
	font-size: 28px;
	padding: 0;
	line-height: 0.75;
	position:relative;
	color: #666666;
}

.media-channel body.media-body header.top-nav .logo:hover
{
	color: #ff4800;
}

.media-channel body.media-body header.top-nav .logo:before
{
	content: '\25C2';
	margin-right:5px;
}

.media-channel .side-nav
{
	background-color: #333333;
}

.media-channel .side-nav li
{
	background: #000000;
}

.media-channel body.media-body .container
{
	background-color: initial;
	color: #ffffff;
}

.media-channel .main-column li.media-channel-category-post:hover,
.media-channel .main-column li.media-channel-featured-post:hover
{
	background-color: #444444;
}


.featherlight-iframe.featherlight-iframe
{
	cursor: url(../img/close-cursor.png), auto;
}

.featherlight-content.featherlight-content
{
	background-color: #000000;
	color:#ffffff;
}

.featherlight-close-icon.featherlight-close-icon
{
	background: rgba(255,75,0,1);
	color:#ffffff;
}

/*
========================================================================================
	04 Widget
========================================================================================
*/

.media-channel-widget-wrapper {}


/*
========================================================================================
	05 Media Queries
========================================================================================
*/

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

	.media-channel body.media-body.ev2014 header.top-nav div.logo
	{
		background-size: 66% !important;
		background-position: center !important;
	}

	.media-body .top-nav .row .col-md-2
	{
		float:left;
		width: 30%;

	}
	
	.media-body .top-nav .row .col-md-10
	{
		width: 30%;
		float:right;
	}
	
	.media-body .top-nav .row .col-md-10 h1
	{
		float:right;
	}

	.mobile-nav .nav-menu-button
	{
		position: absolute;
		width:100%;
		height:100%;
		display:block;
		top:0;
		left:0;
	}

	.mobile-nav
	{
		cursor: pointer;
		display: inline-block;
		background: url(../img/menu-btn.png) no-repeat;
  		background-position: 0;
		float: left;
		margin: 0 0 0 15px;
		padding: 0 0 0 2.3em;
		width: 95px;
	}

	.media-channel-back-link
	{}

	.mobile-nav ul.sub-menu
	{
		position:relative;
		padding: 0 30px 30px 30px;
		background-color: none;
	}

	.close-nav-button
	{
		height: 40px;
		width:40px;
		content:'X';
		position: fixed;
		top: 30px;
		right:30px;
		font-size: 48px;
		z-index: 999;
	}

	.close-nav-button:hover
	{
		color: #ff4800;
	}

	.mobile-nav:before
	{
		content: 'Menu';
	}

	.mobile-nav ul
	{
		display:none;
		position: fixed;
		top: 0;
		left: 0;
		bottom:0;
		right:0;
		height: 100%;
		width: 100%;
		z-index: 998;
		background-color: rgba( 0, 0, 0, 0.8);
		padding: 60px 30px 30px 30px;
		overflow-y: scroll;
	}

	.mobile-nav ul li
	{
		font-size: 28px;
		padding: 10px;
	}

	.media-channel body.media-body header.top-nav .logo
	{
		float:left;
		width: 180px;
	}

	.side-nav
	{
		display: none;
	}

	.media-channel .col-md-10.main-column
	{
		width: 100%;
		max-width: 100%;
		margin-left: 0;
		margin: 0 auto;
	}

	..media-channel-thumbnail,
	.media-channel-thumbnail.category-thumbnail, 
	.media-channel-thumbnail.media-channel-standard-preview 
	{
		height: 110px;
	}

	.featherlight-close-icon.featherlight-close-icon 
	{
		position: fixed;
		right: 0;
		top: 0;
		height: 65px;
		width: 65px;
		line-height: 65px;
		font-size: 54px;
	}
}

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

	.col-md-4,
	.col-md-3
	{
		width: 33%;
	}

}

@media screen and (max-width:768px) {
	
	.media-channel body.media-body.ev2014 header.top-nav div.logo {
		background-size: 90% !important;
		background-position: center right !important;
	}

	.container.container.container
	{
		width:100%;
	}

	.col-md-4,
	.col-md-3
	{
		width: 50%;
	}

	.media-body .top-nav .row .col-md-10
	{
		width:180px;
	}

	.media-body .top-nav .row .col-md-2
	{
		width:200px;
	}

	.media-channel-thumbnail,
	.media-channel-thumbnail.category-thumbnail, 
	.media-channel-thumbnail.media-channel-standard-preview 
	{
		height: 200px;
	}

	.featherlight-content.featherlight-content 
	{
		width: 95%;
	}
	
	#media-channel-ajax-content
	{
		padding: 5px;
	}

	.featherlight-close-icon.featherlight-close-icon {
		position: fixed;
		right: 0;
		top: 0;
		height: 35px;
		width: 35px;
		line-height: 35px;
		font-size: 24px;
	}

}

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

	.media-body .top-nav .row .col-md-2
	{
		display:none;
	}
	.main-site-back-link
	{
		display:inline-block;
	}
	.col-md-4,
	.col-md-3
	{
		width: 100%;
	}

	.media-channel-thumbnail,
	.media-channel-thumbnail.category-thumbnail, 
	.media-channel-thumbnail.media-channel-standard-preview 
	{
		width: 100%;
		height: 280px;
	}
	.media-channel .main-column li.post h3
	{
		font-size: 18px;
	}
}

/*
========================================================================================
	06 Ads
========================================================================================
*/

.media-channel .container .ad-widget
{
	margin-bottom: 20px;
	text-align: center;
}

.media-channel .leaderboard-container
{
	background-color: initial;
}

.media-channel .ad
{
	background-color: initial;
}

@media screen and (min-width:970px) {
	
	.media-channel .leaderboard-container .leaderboard.ad
	{
		display: block;
		padding: 1em;
	}
	.media-channel .leaderboard-container .tablet-leaderboard.ad,
	.media-channel .leaderboard-container .mobile-leaderboard.ad
	{
		display: none;
	}
}

@media screen and (max-width: 1023px) and (min-width: 728px) {
	
	.media-channel .leaderboard-container .tablet-leaderboard.ad
	{
		display: block;
		padding: 1em;
	}
	.media-channel .leaderboard-container .leaderboard.ad,
	.media-channel .leaderboard-container .mobile-leaderboard.ad
	{
		display: none;
	}
}

@media screen and (max-width:727px) {
	
	.media-channel .leaderboard-container .mobile-leaderboard.ad
	{
		display: block;
		padding: 1em;
	}
	.media-channel .leaderboard-container .tablet-leaderboard.ad,
	.media-channel .leaderboard-container .leaderboard.ad
	{
		display: none;
	}
}