/* CSS Document */

.issuem_archives_shortcode {
	margin:0 0 1em 0;
	padding: 0;
	display: flex;
	justify-content: space-between;
}

.issuem_description {
	text-align: center;
	font-style: italic;
	font-size: 1.2em;
	padding: 0.5em;
}

.issuem_issue_draft {
	background: #f0e9fa;
}

#issuem-featured-article-slideshowholder {
	margin-left: auto;
	margin-right: auto;
	display: block;
	margin-bottom: 35px;
	border: 1px solid black;
}

#issuem-featured-article-slideshowholder .ft-title {
	padding-left: 5px; 
	padding-right: 5;
    font-size: 12px;
    font-weight: bold;
	line-height: 12pt;
}

#issuem-featured-article-thumbs-wrap {
	margin-bottom: 25px;
	text-align: center;
	overflow: hidden;
}

.issuem-featured-article-thumb {
	width: 29%;
	float: left;
	padding: 0 2%;
}

.issuem-featured-thumb-title {
	text-align: center;
}

.featured-thumb-content {
	text-align: center;	
}

.featured-thumb-byline {
	display: block;
	text-align: center;	
	clear: both;
	font-size: 12px;
	line-height: 12pt;
	text-transform: uppercase;
	letter-spacing: 0.1em;
}

.issuem_active_list_widget, .issuem_article_list_widget {
	text-align: center;
}

p.issuem_widget_issue_name {
	margin: 0;
	font-size: 14pt;
	font-weight: bold;
}

p.issuem_widget_issue_cover_image {
	margin: auto;	
}

p a.issuem_widget_issue_pdf_link {
	margin: 0;	
}

.issuem_article_list_widget p {
	margin: 0;
	line-height: 14pt;
}

.issuem_article_list_widget .issuem_widget_category {
	color: #D76A2A;
    font-size: 9pt;
    font-weight: 700;
    letter-spacing: 0.1em;
    margin: 15px 0 0;
    padding: 0;
    text-align: center;
    text-transform: uppercase;
}

.issuem_article_list_widget .issuem_widget_link {
	color: #0D4980;
    font-size: 14pt;
    font-weight: normal;
    margin: 0;
    padding: 0;
    text-align: center;
}

.issuem_article_list_widget #current_article .issuem_widget_link {
	font-weight: bold;
	color: inherit;
}

.issuem_article_list_widget .issuem_widget_tease {
    font-size: 11pt;
    font-weight: normal;
    line-height: 1;
    margin-top: 0;
    padding-top: 0;
    text-align: center;
}

.issuem_articles_shortcode {
	text-align: center;
}

.issuem_articles_shortcode p {
	text-align: center;	
	margin: 0;
	padding:0;
}

.issuem_articles_shortcode .issuem_article {
	margin-bottom: 15px;
}

.issuem_articles_shortcode .issuem_article_category {
    color: #815970;
    font-size: 9pt;
	font-weight: 700;
    letter-spacing: 0.1em;
    margin: 0;
    padding: 1em 0;
    text-transform: uppercase;
}

.issuem_articles_shortcode .issuem_article_link {
    font-size: 12pt;
    font-weight: normal;
	color: #0D4980;
}

.issuem_articles_shortcode .issuem_article_content {
    font-weight: normal;
}

.issuem_articles_shortcode .issuem_article_byline {
    font-size: 9pt;
    text-transform: uppercase;
    color: #231F20;
    font-weight: normal;
	letter-spacing: 0.1em;
}

div.api_error {
	clear: both;
	text-align: center;
}

.next_previous_archive_pagination {
	display: flex;
	justify-content: center;
	width: 100%;
	color:#9f9f9f;
}
.next_previous_archive_pagination div {
	margin: auto;
	width: auto;
}
.next_previous_archive_pagination a {
	color:#9f9f9f;
}
.next_previous_archive_pagination a:hover { color:#232323; text-decoration: none; }

.featured_archives_cover  {
display: flex;
  align-items: center;
  justify-content: center
}
.featured_archives_cover img {
  margin:0 0 3px 0;
}

#breadcrumbs .issuem_title {
	display: inline;
}
@media all and (max-width: 600px) {
	.issuem-featured-article-thumb {
		width: 100%;
		float: none;
		padding: 0 0 40px 0;
	}
}