@charset "utf-8";
/* CSS Document */

/* BLOG PAGINATION */	

#blog-pagination a {
	font-size: 10px;
	font-family: sans-serif;
	line-height: 2;
	font-style: normal;
	text-transform: uppercase;
}
#next-button {
	float: right;
}
#blog-pagination .button {
	min-width: 130px;
	margin-bottom: 0;
}

/* 	POST REDO */

hr#post-end {
	border-color: #23333f;
	border-width: 8px;
	margin: 1.5em auto 4em;
}
#archive-post .blog-optin {
	margin-top: 25px;
}
#archive-post .post-title {
	padding-top: 0;
}
#archive-post {
	padding: 0 0 1.5rem;
}
#archive-post .gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]) {
	text-indent: 8px;
}
.blog-optin.sticky {
	position: fixed;
	top: 0;
}
.single-post .single-thumbnail {
	background: #fff;
	box-shadow: none;
	margin-bottom: 1.5rem;
}
ul.category_footer_post {
	list-style-type: none;
	display: table;
	margin: 0 auto;
}
ul.category_footer_post a {
	color: #989a99;
}
ul.category_footer_post a:hover {
	color: #5edfff;
}
.category-container {
	margin: 0 auto;
}
.category-container h4 {
	text-transform: uppercase;
	font-family: sans-serif;
}
.small-cat-table {
	width: 100%;
	margin: 0 auto;
}
.padding-top-15 {
	padding-top: 15px;
}
#search-form .button {
	margin: 0;
}
