/*
Welcome to Custom CSS!

CSS (Cascading Style Sheets) is a kind of code that tells the browser how
to render a web page. You may delete these comments and get started with
your customizations.

By default, your stylesheet will be loaded after the theme stylesheets,
which means that your rules can take precedence and override the theme CSS
rules. Just write here what you want to change, you don't need to copy all
your theme's stylesheet content.
*/
.top-25-box {
	border: 1px solid lightgray;
	padding: 25px;
	margin: 35px 10px;
}

.top-25-box h2 {
	font-size: 28px;
	text-align: center;
}

.info-box {
	border: 1px solid lightgray;
	background: #eee;
	margin: 15px 15px 25px;
	padding: 10px;
}

.one-quarter-first,
.one-quarter-third {
	width: 15%;
	float: left;
	font-weight: 600;
}

.one-quarter-second {
	width: 45%;
	float: left;
}

.one-quarter-fourth {
	width: 15%;
	float: left;
}

.post-6884 span.date.published.time {
	display: none;
}

/*Remove upper-case formatting for subscribe box */
#signupform #EmailAddress {
	text-transform: none;
}

/*cheap fix for padding issue in sidebar - come back later to make last-child have no bottom padding*/
#text-4, #text-5 {
	padding-bottom: 35px;
}

/* Fix for Pippity to display Close button */
#pty_smooth {
	width: 926px !important;
}

/*---other posts you might like style update---*/
div.after-post div.one-half ul li {
	margin-bottom: 10px;
	border-bottom: solid 1px #ededed;
}

/*The section below styles the whole post page numbers area*/
.pages {
	font-size: 12px;
	display: block;
	clear: both;
	padding: 3px 0 5px 5px;
	margin: 10px 0 20px;
}

/*The section below styles the post page number links and visited links*/
.pages a,
.pages a:link,
.pages a:visited,
.pages a:active {
	padding: 4px 8px !important;
	margin: 3px !important;
	text-decoration: none !important;
	border: 1px solid #C8C8C2 !important;
	background: #FCFCFC !important;
	box-shadow: 0 0 3px rgba(0,0,0,0.1) !important;
	color: #0088B3 !important;
}

/*The section below styles the post pagination link while hovering mouse over over it*/
.pages a:hover {
	border: 1px solid #a7a7a3 !important;
	color: #fff !important;
	background: #0088B3 !important;
}

/*the section styles updates to the related post to display thumbnails in the listed posts */
.related-post-images li {
	padding: 15px 0 5px 80px;
	position: relative;
	min-height: 95px;
}

.related-post-images li:first-child {
	padding-top: 0;
	min-height: 80px;
}

.related-post-images img {
	position: absolute;
	left: 0;
	border: 5px solid #f6f6f6;
}

.related-post-images h2 a {
	padding: 0;
	margin: 0 0 10px;
	font-size: 14px;
	line-height: 18px;
}

/*this section styles the top trending resources from madison logic */
#black-studio-tinymce-4 .widget-wrap .textwidget #pptwj-3 {
	padding: 0 0 10px;
	border-bottom: none;
}

.TPcell a img {
	margin-bottom: 20%;
}