/**
 * Standard WordPress widget classes
 */
.widget {}

/* links widget */
.widget_links {}
.widget_links ul {}
.widget_links ul li {}
.widget_links ul li a {}

/* meta widget */
.widget_meta {}
.widget_meta ul {}
.widget_meta ul li {}
.widget_meta ul li a {}

/* pages widget */
.widget_pages {}
.widget_pages ul {}
.widget_pages ul li {}
.widget_pages ul li a {}

/* recent-posts widget */
.widget_recent_entries {}
.widget_recent_entries ul {}
.widget_recent_entries ul li {}
.widget_recent_entries ul li a {}

/* archives widget */
.widget_archive {}
.widget_archive ul {}
.widget_archive ul li {} 
.widget_archive ul li a {}
.widget_archive select {}
.widget_archive option {}

/* tag-cloud widget */
.widget_links {}
.widget_links li:after {}
.widget_links li:before {}
.widget_tag_cloud {}
.widget_tag_cloud a {}
.widget_tag_cloud a:after {}
.widget_tag_cloud a:before {}

/* calendar widget */
.widget_calendar {}
#calendar_wrap {}
#calendar_wrap th {}
#calendar_wrap td {}
#wp-calendar tr td {}
#wp-calendar caption {}
#wp-calendar a {}
#wp-calendar #today {}
#wp-calendar #prev {}
#wp-calendar #next {}
#wp-calendar #next a {}
#wp-calendar #prev a {}

/* category widget */
.widget_categories {}
.widget_categories ul {}
.widget_categories ul li {} 
.widget_categories ul ul.children {}
.widget_categories a {}
.widget_categories select{}
.widget_categories select#cat {}
.widget_categories select.postform {}
.widget_categories option {}
.widget_categories .level-0 {}
.widget_categories .level-1 {}
.widget_categories .level-2 {}
.widget_categories .level-3 {}

/* recent-comments widget */
.recentcomments {}
#recentcomments {}
#recentcomments li {}
#recentcomments li a {}
.widget_recent_comments {}

/* search widget */
#searchform {}
.widget_search {}
.screen-reader-text {}

/* text widget */
.textwidget {}
.widget_text {}
.textwidget p {}



.sidebar .category {
	font-family: 'Lato', sans-serif;
	color: #003366;
	font-size: 16px;
	line-height: 22px;
	display: block;
	margin-top: 10px;
	margin-bottom: 5px;
}
.sidebar .article {
	font-family: 'Lato', sans-serif;
	color: #6699CC;
	font-size: 18px;
	/*line-height: 1.1;*/
	line-height: 1.4em;
	display: block;
	margin-top: 10px;
	margin-bottom: 10px;
}




/**
 * Patreon
 */
.patreon-collin-banner-widget {
	margin-bottom: 15px;
}
.patreon-collin-banner-widget h3 {
	position: relative;
	text-indent: -9999px;
	white-space: nowrap; 
	padding-top: 32.5%;
	margin: 0;
	height: 0;
}
.patreon-collin-banner-widget h3 a {
	text-indent: -9999px;
	white-space: nowrap; 
	background-image: url('img/patreon_name_and_message.png');
	background-size: 100%;
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}
.patreon-collin-widget p:first-child {
	font-size: 24px;
	line-height: 24px;
	font-weight: 300;
}
.patreon-collin-widget a.btn-default {
	width: 100%;
	color: #fff;
	background-color: #F65700;
	border-color: #3E3E2A;
}
.patreon-collin-widget a.btn-default:hover,
.patreon-collin-widget a.btn-default:active,
.patreon-collin-widget a.btn-default:focus {
	 opacity: 0.85;
}


/**
 * Social widget
 */
.social-widget h3 {
	margin-top: 0;
	font-size: 24px;
	font-weight: 700;
}
.social-widget * {
	text-align: left;
}
.social-widget input[type="text"],
.social-widget input[type="email"] {
	width: 100% !important;
}
.social-widget input[type="submit"] {
	width: 100%;
	background-color: #66bb66;
	background-image: -webkit-linear-gradient(top, #66bb66, #449944);
	background-image: -moz-linear-gradient(top, #66bb66, #449944);
	background-image: -ms-linear-gradient(top, #66bb66, #449944);
	background-image: -o-linear-gradient(top, #66bb66, #449944);
	background-image: linear-gradient(top, #66bb66, #449944);
	border: 1px solid #070;
	-webkit-border-radius: .2em;
	-moz-border-radius: .2em;
	border-radius: .2em;
	-webkit-box-shadow: 0 0 1px 1px rgba(255,255,255,.15) inset, 0 1px 0 rgba(0,0,0,.3);
	-moz-box-shadow: 0 0 1px 1px rgba(255,255,255,.15) inset, 0 1px 0 rgba(0,0,0,.3);
	box-shadow: 0 0 1px 1px rgba(255,255,255,.15) inset, 0 1px 0 rgba(0,0,0,.3);
	color: #fff !important;
	cursor: pointer;
	padding: 0 1.5em;
	overflow: visible; /* removes extra side spacing in IE */
	text-decoration: none !important;
	text-shadow: 0 1px 0 rgba(0,0,0,.8);
}
.social-widget .error {
	display: block;
	margin-top: 0px;
	border: 1px solid #ebccd1;
	color: #a94442;
	background-color: #f2dede;
	border-radius: 10px;
	padding: 0.5em 1em;
}


/**
 * Latest content widget
 */
.latest-content ul {
}
.latest-content li {
	border-bottom: 2px solid #e7e7e7;
}
.latest-content li:last-child {
	border: none;
}
.latest-content li img {
	float: left;
	margin: 0 10px 5px 0;
}
.latest-content li .article {
	display: block;
	margin-top: 0;
	line-height: 1.4em;
	margin-top: 10px;
	margin-bottom: 10px;
}

/**
 * Latest featured article
 */
.featured-content img {
	height: auto !important;
}


/**
 * Latest videos widget
 */
.latest-videos li {
	border-bottom: 2px solid #e7e7e7;
}
.latest-videos li:last-child {
	border: none;
}
.latest-videos li img {
	float: left;
	width: 100px;
	margin: 0 10px 10px 0;
}
.latest-videos li .category {
	margin-bottom: 5px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.latest-videos li .article {
	margin-top: 0;
}


/**
 * JetPack most read widget
 */
.widgets-list-layout .widgets-list-layout-blavatar {
	margin: 0 10px 5px 0;
    max-width: 50px;
}
.widgets-list-layout-links {
	font-family: 'Lato', sans-serif;
	float: none !important;
	width: auto !important;
	line-height: 1.4em;
	font-size: 18px;
}
.widgets-list-layout {
	padding-top: 15px;
}
.widgets-list-layout li {
	border-bottom: 2px solid #e7e7e7;
}
.widgets-list-layout li:last-child {
	border: none;
	margin-bottom: 0;
}
.widgets-list-layout-blavatar {
	display: none;
	margin: 0 10px 5px 0;
}
.widgets-list-layout-links {
	padding-bottom: 10px;	
}
.widgets-list-layout-links a {
	margin-top: 0;
	line-height: 1.4em;
}

@media screen and (max-width: 992px) {
	.patreon-collin-banner-widget {
		display: inline-block;
		float: left !important;
		margin-right: 15px;
		margin-bottom: 0;
	}
	.patreon-collin-banner-widget h3 {
		padding-top: 0;
		margin: 0;
		height: 100px;
		width: 100px
	}
	.patreon-collin-banner-widget h3 a {
		background-image: url('img/patreon_logo_flat.png');
	}
}

@media screen and (max-width: 520px) {
	.patreon-collin-banner-widget h3 {
		height: 75px;
		width: 75px
	}
	.patreon-collin-widget p {
		text-align: left !important;
	}
}

@media screen and (max-width: 400px) {
	.patreon-collin-banner-widget {
		display: block;
		margin-bottom: 15px;
		margin-right: 0;
		float: none;
	}
	.patreon-collin-banner-widget h3 {
		padding-top: 32.5%;
		height: 0;
		width: auto;
	}
	.patreon-collin-banner-widget h3 a {
		background-image: url('img/patreon_name_and_message.png');
	}
}
