/*
Theme Name: Aggregation
Theme URI: http://wpdevelopers.com
Author: Tyler Johnson
Author URI: http://tylerjohnsondesign.com
Description: A theme for aggregating articles from different news sources.
Version: 1.2.22
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: aggregation
GitHub Theme URI: https://github.com/LibertyAllianceGit/aggregation
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
    ## Posts and pages
	## Asides
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
body {
	margin: 0;
}
article, aside, details, figcaption, figure, footer, header, main, menu, nav, section, summary {
	display: block;
}
audio, canvas, progress, video {
	display: inline-block;
	vertical-align: baseline;
}
audio:not([controls]) {
	display: none;
	height: 0;
}
 [hidden], template {
 display: none;
}
a {
	background-color: transparent;
}
a:active, a:hover {
	outline: 0;
}
abbr[title] {
	border-bottom: 1px dotted;
}
b, strong {
	font-weight: bold;
}
dfn {
	font-style: italic;
}
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}
mark {
	background: #ff0;
	color: #000;
}
small {
	font-size: 80%;
}
sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}
img {
	border: 0;
}
svg:not(:root) {
	overflow: hidden;
}
figure {
	margin: 1em 40px;
}
hr {
	box-sizing: content-box;
	height: 0;
}
pre {
	overflow: auto;
}
code, kbd, pre, samp {
	font-family: monospace, monospace;
	font-size: 1em;
}
button, input, optgroup, select, textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}
button {
	overflow: visible;
}
button, select {
	text-transform: none;
}
button, html input[type="button"], input[type="reset"], input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}
button[disabled], html input[disabled] {
	cursor: default;
}
 button::-moz-focus-inner, input::-moz-focus-inner {
 border: 0;
 padding: 0;
}
input {
	line-height: normal;
}
input[type="checkbox"], input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}
 input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
 height: auto;
}
input[type="search"] {
	-webkit-appearance: textfield;
	box-sizing: content-box;
}
 input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
 -webkit-appearance: none;
}
fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}
legend {
	border: 0;
	padding: 0;
}
textarea {
	overflow: auto;
}
optgroup {
	font-weight: bold;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
td, th {
	padding: 0;
}
/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body, button, input, select, textarea {
	color: #404040;
	font-family: sans-serif;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
}
h1, h2, h3, h4, h5, h6 {
	clear: both;
}
p {
	margin-bottom: 1.5em;
}
dfn, cite, em, i {
	font-style: italic;
}
blockquote {
	margin: 0 1.5em;
}
address {
	margin: 0 0 1.5em;
}
pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}
code, kbd, tt, var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}
abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
mark, ins {
	background: #fff9c0;
	text-decoration: none;
}
big {
	font-size: 125%;
}
/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}
*, *:before, *:after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}
body {
	background: #fff; /* Fallback for when there is no custom background color defined. */
}
.container {
	width: 100%;
	max-width: 1140px;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}
ul, ol {
	margin: 0 0 1.5em 3em;
}
ul {
	list-style: disc;
}
ol {
	list-style: decimal;
}
li > ul, li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}
dt {
	font-weight: bold;
}
dd {
	margin: 0 1.5em 1.5em;
}
img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}
table {
	margin: 0 0 1.5em;
	width: 100%;
}
/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button, input[type="button"], input[type="reset"], input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 15px 17px rgba(255, 255, 255, 0.5), inset 0 -5px 12px rgba(0, 0, 0, 0.05);
	color: rgba(0, 0, 0, .8);
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	padding: .6em 1em .4em;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}
button:hover, input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 15px 17px rgba(255, 255, 255, 0.8), inset 0 -5px 12px rgba(0, 0, 0, 0.02);
}
button:focus, input[type="button"]:focus, input[type="reset"]:focus, input[type="submit"]:focus, button:active, input[type="button"]:active, input[type="reset"]:active, input[type="submit"]:active {
	border-color: #aaa #bbb #bbb;
	box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
}
input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
}
input[type="text"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="password"]:focus, input[type="search"]:focus, textarea:focus {
	color: #111;
}
input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"] {
	padding: 3px;
}
textarea {
	padding-left: 3px;
	width: 100%;
}
/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a, a:hover {
	text-decoration: none;
}
a {
	font-weight: bold;
}
a, button, input, article.post {
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
}
a:hover, a:focus, a:active, a:focus, input#submit:hover, button:hover, input[type="button"], input[type="reset"], input[type="submit"] {
	opacity: 0.8;
	text-decoration: none;
	box-shadow: none;
}
a:hover, a:active {
	outline: 0;
}
/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
fluid.aggregation-menu-cont {
	background: #eee;
}
.main-navigation {
	clear: both;
	display: block;
	float: left;
	width: 100%;
}
.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}
.main-navigation li {
	float: left;
	position: relative;
}
.main-navigation a {
	display: block;
	text-decoration: none;
}
.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 1.5em;
	left: -999em;
	z-index: 99999;
}
.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}
.main-navigation ul ul a {
	width: 200px;
}
.main-navigation ul ul li {
	margin: 0;
}
.main-navigation li:hover > a, .main-navigation li.focus > a {
}
.main-navigation ul ul :hover > a, .main-navigation ul ul .focus > a {
}
.main-navigation ul ul a:hover, .main-navigation ul ul a.focus {
}
.main-navigation ul li:hover > ul, .main-navigation ul li.focus > ul {
	left: auto;
}
.main-navigation ul ul li:hover > ul, .main-navigation ul ul li.focus > ul {
	left: 100%;
}
.main-navigation .current_page_item > a, .main-navigation .current-menu-item > a, .main-navigation .current_page_ancestor > a, .main-navigation .current-menu-ancestor > a {
}
/* Small menu. */
.menu-toggle, .main-navigation.toggled ul {
	display: block;
}
 @media screen and (min-width: 37.5em) {
.menu-toggle {
	display: none;
}
.main-navigation ul {
	display: block;
}
}
.site-main .comment-navigation, .site-main .posts-navigation, .site-main .post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}
.comment-navigation .nav-previous, .posts-navigation .nav-previous, .post-navigation .nav-previous {
	float: left;
	width: 50%;
}
.comment-navigation .nav-next, .posts-navigation .nav-next, .post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}
/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}
.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}
/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}
/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}
.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before, .clear:after, .entry-content:before, .entry-content:after, .comment-content:before, .comment-content:after, .site-header:before, .site-header:after, .site-content:before, .site-content:after, .site-footer:before, .site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}
.clear:after, .entry-content:after, .comment-content:after, .site-header:after, .site-content:after, .site-footer:after {
	clear: both;
}
/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
}
/* Make sure select elements fit in widgets. */
.widget select {
	max-width: 100%;
}
/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}
.hentry {
	margin: 0 0 1.5em;
}
.byline, .updated:not(.published) {
	display: none;
}
.single .byline, .group-blog .byline {
	display: inline;
}
.page-content, .entry-content, .entry-summary {
	margin: 1.5em 0 0;
}
.page-links {
	clear: both;
	margin: 0 0 1.5em;
}
/*--------------------------------------------------------------
## Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title, .archive .format-aside .entry-title {
	display: none;
}
/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}
.bypostauthor {
	display: block;
}
#disqus_thread iframe#dsq-app5 {
	padding: 10px 20px 0;
	-moz-box-shadow: inset 0 0 0px 1px #d7d7d7;
	-webkit-box-shadow: inset 0 0 0px 1px #d7d7d7;
	box-shadow: inset 0 0 0px 1px #d7d7d7;
}
/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, /* Older / Newer Posts Navigation (always hidden) */ .infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
	display: none;
}
/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}
/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley, .entry-content .wp-smiley, .comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
/* Make sure embeds and iframes fit their containers. */
embed, iframe, object {
	max-width: 100%;
}
/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}
.wp-caption-text {
	text-align: center;
}
/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}
.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}
.gallery-columns-2 .gallery-item {
	max-width: 50%;
}
.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
	max-width: 25%;
}
.gallery-columns-5 .gallery-item {
	max-width: 20%;
}
.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}
.gallery-caption {
	display: block;
}
/* HEADER */
ul#top-menu, ul#top-menu-user {
	list-style: none;
	margin: 0;
	padding: 0;
}
ul#top-menu-user {
	display: none;
}
ul#top-menu li, ul#top-menu-user li {
	display: inline-block;
}
ul#top-menu li a:first-child {
	padding-left: 0;
}
.container.aggregation-menu {
	text-align: center;
}
.main-navigation .menu-all-pages-container {
	display: inline-block;
}
ul#main-menu {
	display: inline-block;
}
ul#main-menu li a {
	/*padding: 0.6rem 0.8rem 0.2rem;*/
	background: #636363;
	padding: 0px 8px!important;
	margin: 0 4px 4px 0;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}
ul#top-menu li a {
	color: #636363!important;
}
ul#main-menu > li.menu-item.menu-item-has-children > a:after {
	content: "\f107";
	font-family: 'FontAwesome';
	margin-left: 0.3rem;
}
ul.sub-menu > li.menu-item.menu-item-has-children > a:after {
	content: "\f105";
	font-family: 'FontAwesome';
	margin-left: 0.3rem;
}
.main-navigation ul ul {
	margin: 7px 0 0;
}
.site-branding {
	margin: 0 0 0.5rem;
}
/* CONTENT */
div#content {
 margin-top: .5rem!important;
}
.col-md-12, .row, .container, .container-fluid {
	padding-right: 0!important;
	padding-left: 0!important;
}
.row {
	margin-right: auto!important;
	margin-left: auto!important;
}
/* FOOTER */
.container.aggregation-footer {
	padding: 1.5rem 0;
}
footer .site-info {
	text-align: center;
}
.wpdev-footer-social {
	text-align: center;
	margin-bottom: 1rem;
}
.container-fluid.aggregation-footer-cont {
	margin-top: 2.5rem;
}
/* ARCHIVE */
span.post_item_date,  span.post_item_source {
	display: block;
}
footer.entry-footer {
	color: #000;
}
span.cat-links {
	display: block;
}
span.comments-link,  span.edit-link {
	padding: 0.5rem 1rem 0 0;
}
article.post {
	padding: 1rem 0;
	border: 1px solid rgba(0,0,0,0);
	border-bottom: 1px solid rgba(0,0,0,0.2);
}
article.post:hover {
/*background: rgba(0, 0, 0, 0.1);
	border: 1px solid rgba(0,0,0,0.2);*/
}
/* SOCIAL ICONS */
.wpdev-top-social {
	text-align: right;
}
a.wpdev-social-icon {
	color: #fff !important;
	font-size: 1.2rem;
	vertical-align: top;
	margin: 0.1rem;
	width: 1.8rem;
	display: inline-block;
	text-align: center;
	border: 1px solid rgba(255, 255, 255, 0.15);
	box-shadow: inset 2px -2px 4px rgba(255, 255, 255, 0.2), inset -2px 2px 4px rgba(0, 0, 0, 0.2);
}
a.wpdev-social-icon.wpdev-android {
	background: #a4c639;
}
a.wpdev-social-icon.wpdev-apple {
	background: #A4A4A4;
}
a.wpdev-social-icon.wpdev-delicious {
	background: #3399ff;
}
a.wpdev-social-icon.wpdev-digg {
	background: #000000;
}
a.wpdev-social-icon.wpdev-dropbox {
	background: #007ee5;
}
a.wpdev-social-icon.wpdev-facebook {
	background: #3b5998;
}
a.wpdev-social-icon.wpdev-flickr {
	background: #0063dc;
}
a.wpdev-social-icon.wpdev-google-plus {
	background: #dc4e41;
}
a.wpdev-social-icon.wpdev-instagram {
	background: #3f729b;
}
a.wpdev-social-icon.wpdev-linkedin {
	background: #0077b5;
}
a.wpdev-social-icon.wpdev-medium {
	background: #000;
}
a.wpdev-social-icon.wpdev-paypal {
	background: #003087;
}
a.wpdev-social-icon.wpdev-pinterest {
	background: #bd081c;
}
a.wpdev-social-icon.wpdev-reddit-alien {
	background: #ff4500;
}
a.wpdev-social-icon.wpdev-rss {
	background: #f26522;
}
a.wpdev-social-icon.wpdev-skype {
	background: #00aff0;
}
a.wpdev-social-icon.wpdev-slack {
	background: #6ecadc;
}
a.wpdev-social-icon.wpdev-soundcloud {
	background: #ff8800;
}
a.wpdev-social-icon.wpdev-spotify {
	background: #2ebd59;
}
a.wpdev-social-icon.wpdev-stumbleupon {
	background: #eb4924;
}
a.wpdev-social-icon.wpdev-tumblr {
	background: #35465c;
}
a.wpdev-social-icon.wpdev-twitter {
	background: #55acee;
}
a.wpdev-social-icon.wpdev-vimeo {
	background: #162221;
}
a.wpdev-social-icon.wpdev-vine {
	background: #00b488;
}
a.wpdev-social-icon.wpdev-wordpress {
	background: #21759b;
}
a.wpdev-social-icon.wpdev-youtube {
	background: #cd201f;
}
/* HOMEPAGE AGGREGATION */
.post_item_item {
	width: 320px;
	margin: 10px;
	float: left;
}
ul.post_item_list {
	list-style: none;
	margin: 0 auto;
	padding: 0;
	display: block;
	width: 100%;
}
.post_item_image {
	float: left;
	width: 30%;
	display: inline-block;
	height: auto !important;
	margin: 0 9px 0 0;
	overflow: hidden;
	max-height: 81px;
}
.post_item_image img {
	display: inline-block;
	width: 150%;
	border: 1px solid rgba(0,0,0,0.2);
	max-width: 150%;
	left: -20%;
	position: relative;
}
.post_item_readmore_cont {
	margin: 1rem 0 0.5rem;
	text-align: right;
}
a.post_item_readmore {
	color: #fff;
	padding: 0.5rem 1rem;
	display: inline-block;
}
a.post_item_title {
	display: inline-block;
}
a.post_item_title {
	margin: 0;
}
a.post_item_title.wpdev-has-thumb {
	/*margin: 0 0 0 10px;*/
	width: 67%;
}
a.post_item_title h1 {
	padding: 0;
	margin: 0 0 3px;
}
.post_item_container {
/*margin-top: 1rem;*/
    /*float: left;*/
}
.site-content .col-md-4 {
	max-width: 368px;
}
body.home .site-content .col-md-4 {
	border-right: 1px solid rgba(0, 0, 0, 0.2);
}
body.home .site-content .col-md-4:last-child {
	border-right: none;
}
.post_item_metadata {
	font-size: 0.7rem;
	padding: 0;
	color: #999;
	text-align: left;
}
.logo-left {
	text-align: left;
}
.logo-center {
	text-align: center;
}
.logo-right {
	text-align: right;
}
h1.site-title {
	margin: 0;
	display: inline-block;
}
h1.entry-title {
	margin-top: 0;
}
.widget ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.widget_recent_entries ul li a {
	border-bottom: 1px solid rgba(0,0,0,0.2);
	width: 100%;
	display: inline-block;
	padding-bottom: 0.4rem;
	margin-bottom: 0.4rem;
}
a.post_item_readmore {
	color: #fff !important;
	padding: 0.5rem 1rem;
	display: inline-block;
}
h1.site-title {
	margin: 0;
	display: inline-block;
 2.5rem
}
ul#top-menu li a, ul#top-menu-user li a {
	padding: 0.5rem;
	vertical-align: sub;
	margin-top: 0.05rem;
	display: inline-block;
}
ul#top-menu-user li a.wpdev_register, ul#top-menu-user li.wpdev-profile a {
	padding-right: 0;
}
input#submit, button, input[type="button"], input[type="reset"], input[type="submit"] {
	box-shadow: none;
	text-shadow: none;
	border: none;
	border-radius: 0;
	font-weight: bold;
	font-family: 'Lato';
	text-transform: uppercase;
	font-size: 1rem;
	padding: 0.5rem 1rem;
	color: #fff;
}
button.menu-toggle {
	display: none;
	visibility: hidden;
}
.main-navigation {
	text-align: center;
}
ul.sub-menu li a {
	text-align: left;
}
.essb_links.essb_displayed_top {
	clear: none!important;
}
ul.dsq-widget-list {
	margin: 0 0 1.5em 0;
	padding: 0;
}
.latest-featured-article .post_item_item {
	position: relative;
	width: 100%;
	float: none;
	margin: 0;
}
.latest-featured-article ul {
	width: 100%!important;
}
.latest-featured-article-headline {
	background: #636363;
	color: #fff;
	padding: 3px 0 1px;
	margin: 0;
	max-width: 245px;
	border-radius: 3px 3px 0 0;
	text-align: center;
	font-size: 16px;
	font-weight: 700;
	font-family: "Libre Baskerville";
}
.latest-featured-article {
	-moz-box-shadow: 0 0 0px 1px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0 0 0px 1px rgba(0,0,0,0.1);
	box-shadow: 0 0 0px 1px rgba(0,0,0,0.1);
	padding: 15px 20px;
	margin: 0 0 10px;
}
.latest-featured-article .post_item_image {
	-moz-box-shadow: 0 0 0px 1px #777;
	-webkit-box-shadow: 0 0 0px 1px #777;
	box-shadow: 0 0 0px 1px #777;
}
.latest-featured-article .post_item_image img {
	width: 102%;
	left: -1%;
	margin-top: -20%;
}
.post_item_item:nth-child(1) h1, .post_item_item:nth-child(4) h1, .post_item_item:nth-child(22) h1, .post_item_item:nth-child(45) h1, .post_item_item:nth-child(66) h1 {
	color: #A80000!important;
}
/* AD SETTINGS */
.ad-336x280 {
	margin: 14px 0 4px -10px;
	-moz-box-shadow: 0 0 0px 1px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0 0 0px 1px rgba(0,0,0,0.1);
	box-shadow: 0 0 0px 1px rgba(0,0,0,0.1);
	width: 336px;
	height: 280px;
	text-align: center;
	clear: both;
}
.ad-336x280-nativeads {
	width: 100%;
	min-height: 336px;
	clear: both;
}
.ad-336x280 div, .ad-336x280 div div, .ad-336x280 iframe, .ad-336x280 ins {
	margin: 0 auto;
	text-align: center;
}
.single article .ad-336x280 {
	margin: 2px 12px 0 0;
	float: left;
	clear: none;
}
#secondary .ad-336x280, #secondary .ad-336x280-nativeads {
	margin: 0;
}
.rc-wc .row-item h3 {
	font-size: 12px;
	margin: 0;
}
.rc-item .rc-headline {
	margin: 4px 5px 0 0!important;
	font-family: "Libre Baskerville";
	color: #636363 !important;
	font-size: 15px!important;
	line-height: 18px!important;
}
/* FORUM SETTINGS */
.bbp-search-form {
	display: inline-block;
	margin-bottom: 1rem;
}
div.wp-editor-container {
	border: 1px solid #C9C9C9;
	border-radius: 3px;
}
.bbp-reply-content p {
	font-size: 0.9rem;
}
ul#top-menu-user li.wpdev-profile > a:after {
	font-family: 'FontAwesome';
	content: "\f107";
	margin-left: 0.3rem;
}
li.wpdev-profile ul.sub-menu {
	display: none;
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 2.5em;
	z-index: 99999;
	text-align: left;
	padding: 0.5rem;
}
li.wpdev-profile:hover ul.sub-menu {
	display: block;
}
li.wpdev-profile ul.sub-menu li {
	display: inline-block;
	width: 100%;
}
li.wpdev-profile ul.sub-menu li a {
	padding: 0.2rem !important;
}
div.bbp-breadcrumb, #bbpress-forums ul.bbp-lead-topic, #bbpress-forums ul.bbp-topics, #bbpress-forums ul.bbp-forums, #bbpress-forums ul.bbp-replies, #bbpress-forums ul.bbp-search-results, span#subscription-toggle {
	font-size: 1rem;
}
span#subscription-toggle {
	margin-left: 1rem;
	float: right;
}
/* MEDIA QUERIES */

 @media screen and (max-width: 767px) {
.home header {
	width: 100%;
	margin: 0 auto;
}
.site-content .col-md-4 {
	max-width: 100%;
	width: 100%;
}
body.home .site-content .col-md-4 {
	border: none;
}
}
 @media screen and (max-width: 600px) {
.container-fluid {
	padding: 0 10px;
}
.container, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
	padding: 0;
}
/*.ad-homepage-336x280 {
	margin: 0 -10px 10px;
}*/
.main-navigation {
	float: none;
	text-align: right;
}
button.menu-toggle {
	display: inline-block;
	visibility: visible;
	background: rgba(0,0,0,0.3);
}
#page #content {
	margin: 0 auto;
	padding: 0 10px;
}
}
 @media screen and (max-width: 490px) {
.single article .ad-336x280 {
	margin: 0 auto 10px;
	float: none;
	text-align: center;
	border: solid 1px #eee;
	width: 100%;
}
}

.container-fluid.aggregation-footer-cont {
    margin-top: 0;
}