/*
Theme Name: Divi child
Theme URI: http://www.elegantthemes.com/gallery/divi/
Version: 3.0.46
Description: AANZPA's bastard child of Divi
Author: Elegant Themes / Simon Gurnsey
Author URI: http://www.elegantthemes.com
Tags: responsive-layout, one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, custom-background, custom-colors, featured-images, full-width-template, post-formats, rtl-language-support, theme-options, threaded-comments, translation-ready
License: GNU General Public License v2
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Template: Divi
Text Domain: Divi-child
*/

html {font-size: 0.938em;}

body {
  line-height: 1.45;
  color: #333;
}

p {margin-bottom: 1.3em;}

h1, h2, h3, h4 {
  margin: 1.414em 0 0.5em;
  font-weight: inherit;
  line-height: 1.2;
}

h1 {
  margin-top: 0;
/*   font-size: 2.441em; */
}

h2 {font-size: 1.953em;}

h3 {font-size: 1.563em;}

h4 {font-size: 1.25em;}

small, .font_small {font-size: 0.8em;}

h1 {
  font-family: 'Droid Serif', serif;
  color: #13406F !important;
  font-weight: 800;
}

h2 {
  font-family: 'Open Sans', sans-serif;
  color: #13406F !important;
  font-weight: 400;
}

h3 {
  font-family: 'Open Sans', sans-serif;
  color: #13406F !important;
  font-weight: 400;
  line-height: 1.6;
  margin-top: 0;
}

h4 {
  font-family: 'Droid Serif', serif;
  color: #13406F !important;
  font-weight: 400;
  line-height: 1.6;
  padding-bottom: 0.5rem;
}

.footer-logo {
  width: 52px;
  margin: 3rem 0 0;
}

#footer-widgets {
  padding-top: 1rem;
  margin-bottom: 1px;
}

.menu-footer-compliance-container {
  margin-top: 2rem;
}

.menu-footer-compliance-container > ul#menu-footer-compliance li {
  padding-left: 0;
}

.menu-footer-compliance-container > ul#menu-footer-compliance li:before {
  display: none;
}

#footer-info {
  margin: 0 0 2rem 0;
}

#left-area .entry-content ul.journal-issues,
#left-area .entry-content ul.issue.contents {
	list-style-type: none;
}

ul.journal-issues li {
	padding: 0.5em;
	border-top: thin solid aliceblue;
}

ul.journal-issues li a {
	font-size: 135%;
}

ul.journal-issues li img {
	vertical-align: middle;
	padding-right: 2em;
}

ul.journal-issues li img.mime-icon {
  max-height: 1.2rem;
  padding-right: 0.3em;
  padding-left: 1.4em;
}

ul.issue.contents li {
  margin-bottom: 0.7em;
}

ul.issue.contents li .authors {
  /* display: block; */
  /* text-align: right; */
  font-weight: 600;
}

.thumb-and-meta {
  float: right;
  margin-left: 1em;
  border-bottom: thin solid rgba(0, 0, 0, 0.15);
  padding-bottom: 0.7em;
  margin-bottom: 2em;
}
.thumb-and-meta a:link {
  display: block;
}
.thumb-and-meta .meta {
  float: right;
  padding-top: 0.5em;
}

img.cover.feature,
img.issue.download {
	margin-right: 3em;
}
img.issue.download {
	vertical-align: middle;
	border: thin solid aliceblue;
	box-shadow: 0.05rem 0.05rem 1rem rgba(0, 0, 0, 0.15);
}
.thumb-and-meta img.issue.download {
  margin-right: inherit;
}
img.cover.feature {
	float: left;
	padding-bottom: 8em;
}
.meta {
	font-style: italic;
}
td.longtext {
	max-height: 4em;
	overflow-y: scroll;
	display: block;
}

.dataTables_wrapper .upper .dataTables_paginate {
	padding-top: 0;
	margin-bottom: 10px;
}

/* Journals - Articles List page styles  */

body.page-articles-list div#articlelist_wrapper {
    width: 1170px;
    background-color: #dfe4ea;
    margin-bottom: 6rem;
    overflow-x: auto; 
}
body.page-articles-list table.dataTable {
   width: 1170px !important;
}
body.page-articles-list table.dataTable th {
  background-color: #13406f;
  color: white;
} 
body.page-articles-list table.dataTable tbody td {
   padding: 14px 20px !important;
   min-height: 160px !important;
}
body.page-articles-list div#articlelist_filter {
    padding: 15px 10px 10px 10px;
}
body.page-articles-list .dataTables_wrapper .dataTables_filter input {
    padding: 8px;
}
body.page-articles-list .dataTables_wrapper .upper .dataTables_paginate {
    padding-top: 13px;
}
body.page-articles-list .dataTables_wrapper select {
    margin: 21px 3px 0px;
}
body.page-articles-list div#articlelist_info {
    margin-bottom: 2rem;
}
body.page-articles-list div#articlelist_length {
    padding-left: 18px;
}
body.page-articles-list div#articlelist_info {
    margin-left: 18px;
} 
body.page-articles-list .dataTables_paginate.paging_simple_numbers {
    margin-right: 18px;
}