/* SIDEBAR */
#blog .top-level-video-section-sidebar {
	margin-top: 25px;
}

.sidebar {
	float: left;
	border-left: 1px solid #c1cccd;
	padding: 0 0 36px 32px;
}

.sidebar .widget {
	margin-bottom: 35px;
	padding-top: 10px;
}

.sidebar .widget ul {
	padding: 0;
	list-style-type: none;
}

.sidebar .widget ul li {
	margin: 10px 0;
}

.sidebar h2,
.sidebar .widget h2.widgettitle label {
  	display: block;
	font-family: 'MuseoSans300';
	font-size: 22px;
	color: #1c6ab1;
	margin-top: 6px;
	margin-bottom: 6px;
	letter-spacing: -0.02em;
	font-weight: 100;
}

.sidebar a {
	font-family: 'MuseoSans300';
	font-size: 13px;
	color: #E3781F;
	text-decoration: none;
}

.widget_recent_entries a {
	color: inherit;
}

.sidebar .cat-post-item a {
	font-family: 'MuseoSans300';
	font-size: 14px;
	text-decoration: none;
	color: #7c7c7c;
}

.sidebar .widget p,
.sidebar .widget label,
.sidebar .widget div {
	font-family: 'MuseoSans300';
	color: #3d3d3d;
	margin: 0 0 0px;
	font-size: 14px;
	line-height: 130%;
}

.sidebar .widget {
	font-family: 'MuseoSans300';
	font-size: 14px;
}

.sidebar #social-buttons-ul.social-networks li,
.sidebar #social-buttons-ul.social-networks li:hover {
	background-color: transparent ;
	width: auto;
	width: 30px;
	height: 30px;
	padding: 0;
}

.sidebar .social-networks li a {
	background-color: transparent;
	background-image: url('../img/social-sprite.png');
	width: 30px;
	height: 30px;
	text-indent: -9999px;
}

.sidebar .social-networks li.twitter a {
	background-position: -38px 0;
}
.sidebar .social-networks li.facebook a {
	background-position: 0 0;
}
.sidebar .social-networks li.google a {
	background-position: 30px 0;
}
.sidebar .social-networks li.linkedin a {
	background-position: -76px 0;
}
.sidebar .social-networks li.youtube a {
	background-position: -114px 0;
}

.wp-polls-ul li {
	margin: 0 !important;
}

.wp-polls-ul .form-control {
	height: auto;
}
/* SIDEBAR */


@media (max-width: 767px) {
	.sidebar {
		padding: 0 15px;
		border: none;
	}
}